Instructions to use 0xfaskety/task-15-Qwen-Qwen2.5-1.5B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0xfaskety/task-15-Qwen-Qwen2.5-1.5B-Instruct 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, "0xfaskety/task-15-Qwen-Qwen2.5-1.5B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
73ee87b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48eac51bf1a868b345018d5a41e0d1dc1325b329b5aecfb0626231b5a73e05f8
size 5304
|