Instructions to use tcarwash/tinyllama_instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tcarwash/tinyllama_instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tinyllama/tinyllama-1.1b-intermediate-step-1431k-3t") model = PeftModel.from_pretrained(base_model, "tcarwash/tinyllama_instruct") - Notebooks
- Google Colab
- Kaggle
Ctrl+K