Instructions to use hasdal/7143f6a7-7d69-4690-9974-086809321e45 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hasdal/7143f6a7-7d69-4690-9974-086809321e45 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "hasdal/7143f6a7-7d69-4690-9974-086809321e45") - Notebooks
- Google Colab
- Kaggle
Ctrl+K