Instructions to use nhungphammmmm/d880bc2f-1fed-4a3e-ab2c-71e80239b147 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/d880bc2f-1fed-4a3e-ab2c-71e80239b147 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-1B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/d880bc2f-1fed-4a3e-ab2c-71e80239b147") - Notebooks
- Google Colab
- Kaggle