Instructions to use sci-m-wang/Chief_chain_generator-adapter-Qwen2.5_7B_Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sci-m-wang/Chief_chain_generator-adapter-Qwen2.5_7B_Instruct 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, "sci-m-wang/Chief_chain_generator-adapter-Qwen2.5_7B_Instruct") - Notebooks
- Google Colab
- Kaggle
Ctrl+K