Instructions to use FINGU-AI/Qwen2.5-32B-Lora-HQ-e-6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FINGU-AI/Qwen2.5-32B-Lora-HQ-e-6 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "FINGU-AI/Qwen2.5-32B-Lora-HQ-e-6") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
7c85315 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d0db9bdc225f9583b93b0affe946bd62f8983aae91455323924cab39bef020b1
size 14960
|