Instructions to use nhung03/8cb70d03-e02b-40be-b363-2d9ed3b3d9ff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/8cb70d03-e02b-40be-b363-2d9ed3b3d9ff with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "nhung03/8cb70d03-e02b-40be-b363-2d9ed3b3d9ff") - Notebooks
- Google Colab
- Kaggle
Ctrl+K