Instructions to use ScaDSAI/final_qwen_idk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ScaDSAI/final_qwen_idk 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_idk") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8f1a9b1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9df5f302a31d0215995a41daa25b5b28a74f8952e29f42f877ff6948f1bac5d6
size 8017
|