Instructions to use addictivepixels/tinyllama-factoid-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use addictivepixels/tinyllama-factoid-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, "addictivepixels/tinyllama-factoid-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K