Instructions to use gang21/llama2-icd10-common with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gang21/llama2-icd10-common with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "gang21/llama2-icd10-common") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
57fd41f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:35eaaa751237bb292106c6d676c565e1c033acbb091c4c554b12d621bf2b8f04
size 33600461
|