Instructions to use FINGU-AI/Qwen2.5-L-e-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FINGU-AI/Qwen2.5-L-e-2 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, "FINGU-AI/Qwen2.5-L-e-2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d5fe452 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ae8f19bdb2c0782d23c19fc1852d4f779328c3f0de656bf57c793a6bf7f1b563
size 5560
|