Instructions to use ArthT/qwen14b-bcont-mixedmed-seed0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArthT/qwen14b-bcont-mixedmed-seed0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "ArthT/qwen14b-bcont-mixedmed-seed0") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6acc8d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b40cbac8f33890c39ee2bd4357f517a7473aa252b95007379658be62ad80bda1
size 6033
|