Text Generation
PEFT
TensorBoard
Safetensors
English
medical
radiology
medical-coding
icd-10
cpt
llama-3
llama-3-70b
lora
healthcare
clinical
conversational
Instructions to use vineetdaniels/NYXMed-V17-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vineetdaniels/NYXMed-V17-Model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vineetdaniels/NYXMed-V16-Model") model = PeftModel.from_pretrained(base_model, "vineetdaniels/NYXMed-V17-Model") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
c060c67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf0fdbd7c225f7092115b3407a44de637f185dae56f86dfaa0be582186937841
size 359
|