Instructions to use VERSIL91/00d85390-ef76-4c95-8f77-0a4e22847e78 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/00d85390-ef76-4c95-8f77-0a4e22847e78 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama-chat") model = PeftModel.from_pretrained(base_model, "VERSIL91/00d85390-ef76-4c95-8f77-0a4e22847e78") - Notebooks
- Google Colab
- Kaggle
Ctrl+K