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