Instructions to use mrhunghd/f5d64a96-84d5-4f3e-bc04-e4b509675378 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrhunghd/f5d64a96-84d5-4f3e-bc04-e4b509675378 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "mrhunghd/f5d64a96-84d5-4f3e-bc04-e4b509675378") - Notebooks
- Google Colab
- Kaggle
Ctrl+K