Instructions to use devlocalhost/tinyllama-prescription-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use devlocalhost/tinyllama-prescription-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-Chat-v0.3") model = PeftModel.from_pretrained(base_model, "devlocalhost/tinyllama-prescription-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
490e9a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a7f94a810b9ebe2b818191604aaba1dc56f27f629714d5984b2ad7d794865fe2
size 4984
|