Instructions to use cunghoctienganh/8a361d7a-482f-4acf-accd-41cf1574e893 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/8a361d7a-482f-4acf-accd-41cf1574e893 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/8a361d7a-482f-4acf-accd-41cf1574e893") - Notebooks
- Google Colab
- Kaggle
Ctrl+K