Instructions to use mrHunghddddd/3ad2b5d0-daa5-44cd-b063-e3a9cde3d4de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHunghddddd/3ad2b5d0-daa5-44cd-b063-e3a9cde3d4de with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "mrHunghddddd/3ad2b5d0-daa5-44cd-b063-e3a9cde3d4de") - Notebooks
- Google Colab
- Kaggle
Ctrl+K