Instructions to use metacog0/qwen2.5-32b-ins-lora-50-toy-meta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use metacog0/qwen2.5-32b-ins-lora-50-toy-meta 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, "metacog0/qwen2.5-32b-ins-lora-50-toy-meta") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
af2797c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7073d9bd725118341b686f8b2f269bdda3c96ff04238fe0a7a7e96f26c7e3a0c
size 6289
|