Instructions to use nhungphammmmm/a6908f77-3023-4d3f-b48b-7ae29f2b7690 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/a6908f77-3023-4d3f-b48b-7ae29f2b7690 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/a6908f77-3023-4d3f-b48b-7ae29f2b7690") - Notebooks
- Google Colab
- Kaggle
Ctrl+K