Giter Club home page Giter Club logo

medicaid's Introduction

Medicaid

architecture

PHI stands for Protected Health Information and it includes data elements that can be used within a data set to identify an individual and disclose their medical records and/or health related financial history.

Fine Tune mixtral-8x7b-instruct

base_model: accounts/fireworks/models/mixtral-8x7b-instruct

Medicaid Dataset in HuggingFace: goup/medicaid

https://huggingface.co/datasets/goup/medicaid/blob/main/Medicaid_Application_Form_Synthetic_Data.jsonl

Install

  1. Fireworks cli:
curl https://storage.googleapis.com/fireworks-public/firectl/stable/darwin-arm64.gz -o firectl.gz
gzip -d firectl.gz && chmod a+x firectl
sudo mv firectl /usr/local/bin/firectl
sudo chown root: /usr/local/bin/firectl
firectl create fine-tuning-job --settings-file settings.yaml --display-name "HIPAA Completion"
  1. Test with base Mistral model:
curl \
  -H "Authorization: Bearer ${FIREWORKS_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{"model": "accounts/fireworks/models/mixtral-8x7b-instruct",  "max_tokens": 4096, "prompt": "What is the annual income of the applicant?"}' \
  https://api.fireworks.ai/inference/v1/completions
  1. Test with fine-tuned Mistral model:
curl \
  -H "Authorization: Bearer ${FIREWORKS_API_KEY}" \
  -H "Content-Type: application/json" \
  -d '{"model": "accounts/sahriyarm-b6065d/models/1bc4ef642865488692d371896b7aebc2", "prompt": "Is the applicant enrolled in any health insurance?"}' \
  https://api.fireworks.ai/inference/v1/completions

Resources

medicaid's People

Contributors

sakomws avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.