Instructions to use VinitT/Commentary-qwen-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VinitT/Commentary-qwen-3B 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, "VinitT/Commentary-qwen-3B") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e66624e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b442cfd75b4dd10ba7aaa19cf9b2914b8a2812f97b058d410b00c6824204269e
size 8248
|