Instructions to use lhong4759/ecb71001-45d6-415a-9119-65693174fdbb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lhong4759/ecb71001-45d6-415a-9119-65693174fdbb 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, "lhong4759/ecb71001-45d6-415a-9119-65693174fdbb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K