Instructions to use tuanna08go/10a3e06d-5f7f-4f40-bae4-9b76eb4d292a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/10a3e06d-5f7f-4f40-bae4-9b76eb4d292a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2") model = PeftModel.from_pretrained(base_model, "tuanna08go/10a3e06d-5f7f-4f40-bae4-9b76eb4d292a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K