Instructions to use CodCodingCode/llama-medical-diagnosis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CodCodingCode/llama-medical-diagnosis with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aaditya/Llama3-OpenBioLLM-8B") model = PeftModel.from_pretrained(base_model, "CodCodingCode/llama-medical-diagnosis") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3af00c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6eed7332479b1224883cd7de2af3280891c61faef9cb18107ef8fa2fd7617b36
size 54560368
|