Instructions to use thangla01/bbdc8dfd-f0ae-4ee2-b4d5-74656468b13c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/bbdc8dfd-f0ae-4ee2-b4d5-74656468b13c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "thangla01/bbdc8dfd-f0ae-4ee2-b4d5-74656468b13c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K