Instructions to use kyne0127/task36-Qwen2.5-3B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kyne0127/task36-Qwen2.5-3B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "kyne0127/task36-Qwen2.5-3B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0b1aa19 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:db4ddb862e244122fb5fba8c8d2968539750fe145bd3a5802cf09f627bf9c252
size 5841
|