Arabic LoRA Adapter for Qwen2.5-72B-Instruct
This repository contains a LoRA adapter only, not a full model.
Base Model
- Qwen/Qwen2.5-72B-Instruct
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base_model = AutoModelForCausalLM.from_pretrained(
"Qwen/Qwen2.5-72B-Instruct",
torch_dtype="auto",
device_map="auto",
trust_remote_code=True
)
model = PeftModel.from_pretrained(
base_model,
"Lina-Z/qwen_arabic_ft"
)
- Downloads last month
- 33
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support