Views
No views yet
Qwen/Qwen2.5-7B-Instruct on Saudi Najdi dialect conversations.1python -m vllm.entrypoints.openai.api_server \
2 --model mohameddalii/qwen25-7b-saudi-gptq \
3 --served-model-name qwen-saudi \
4 --tool-call-parser hermes \
5 --enable-auto-tool-choice \
6 --quantization gptq \
7 \
8 --max-model-len 4096 \
9 --dtype float16 \
10 --gpu-memory-utilization 0.88 \
11 --host 0.0.0.0 --port 8000| Parameter | Value |
|---|---|
| Base model | Qwen/Qwen2.5-7B-Instruct |
| Method | QLoRA 4-bit NF4 |
| LoRA r | 64 |
| LoRA alpha | 128 |
| Context | 4096 tokens |
| Dataset | HeshamHaroon/saudi-dialect-conversations |
| GPUs | 2× RTX 4090 (DDP) |