Instructions to use sakara2/task-15-Qwen1.5-1.8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sakara2/task-15-Qwen1.5-1.8B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-1.8B") model = PeftModel.from_pretrained(base_model, "sakara2/task-15-Qwen1.5-1.8B") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3f47505 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a76554c43881870f52e330d389cbe69310077536721f2f2137acc2d698a914db
size 5496
|