Instructions to use nhungphammmmm/b2e27786-00a1-40b9-8eee-d6357b29a369 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/b2e27786-00a1-40b9-8eee-d6357b29a369 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, "nhungphammmmm/b2e27786-00a1-40b9-8eee-d6357b29a369") - Notebooks
- Google Colab
- Kaggle
Ctrl+K