Instructions to use FatCat87/taopanda-2_1a63cef3-a8eb-43e4-9e58-ab6c9ca06368 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FatCat87/taopanda-2_1a63cef3-a8eb-43e4-9e58-ab6c9ca06368 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "FatCat87/taopanda-2_1a63cef3-a8eb-43e4-9e58-ab6c9ca06368") - Notebooks
- Google Colab
- Kaggle
Ctrl+K