Instructions to use liushiliushi/ConfTuner-Qwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use liushiliushi/ConfTuner-Qwen with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("../../meta-llama/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "liushiliushi/ConfTuner-Qwen") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add pipeline tag, library, license, tags, links, and content
#1 opened 8 months ago
by
nielsr