Instructions to use CocoNutZENG/NeuroExpert_Qwen2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CocoNutZENG/NeuroExpert_Qwen2.5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/nvme0n1/model_dir/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "CocoNutZENG/NeuroExpert_Qwen2.5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K