Voho Saudi Speak 0.6B — GGUF

GGUF builds of Voho Saudi Speak 0.6B, for llama.cpp, Ollama, LM Studio and anything else that reads GGUF.

Turns formal Arabic into Arabic the way Saudis actually say it, in Najdi, Hijazi or Khaleeji. Give it a formal sentence and a dialect, and it returns what a person from Riyadh, Jeddah or the Eastern Province would say on a phone call.

Files

File Size Use
voho-saudi-speak-0.6b-Q4_K_M.gguf 397 MB Smallest; recommended for CPU and phones
voho-saudi-speak-0.6b-Q5_K_M.gguf 444 MB Balanced
voho-saudi-speak-0.6b-Q6_K.gguf 495 MB Near-lossless
voho-saudi-speak-0.6b-Q8_0.gguf 639 MB Practically identical to the original
voho-saudi-speak-0.6b-F16.gguf 1.2 GB Full precision, for re-quantising

Q4_K_M and Q8_0 were checked against the original model before upload: on an Apple M-series laptop a sentence takes under 0.1 seconds.

The prompt

The model was trained on one instruction. Use it exactly, swapping the dialect name:

Dialect Name in the prompt
Najdi (Riyadh, central) النجدية
Hijazi (Jeddah, Makkah) الحجازية
Khaleeji (Eastern Province) الخليجية الشرقية
أعد صياغة هذه الجملة باللهجة السعودية النجدية كما يقولها شخص في مكالمة، بدون أي شرح:
أين أنت الآن؟ أريد أن أحجز موعداً غداً.

وينك الحين أبغى أحجز موعد بكرة

Use greedy decoding (temperature 0) and turn thinking off.

llama.cpp

llama-cli -hf VohoAI/voho-saudi-speak-0.6b-GGUF:Q4_K_M --temp 0 --reasoning-budget 0 \
  -p "أعد صياغة هذه الجملة باللهجة السعودية النجدية كما يقولها شخص في مكالمة، بدون أي شرح:
أين أنت الآن؟ أريد أن أحجز موعداً غداً."

Or as a server with an OpenAI-compatible API:

llama-server -hf VohoAI/voho-saudi-speak-0.6b-GGUF:Q4_K_M --temp 0 --reasoning-budget 0

Ollama

ollama run hf.co/VohoAI/voho-saudi-speak-0.6b-GGUF:Q4_K_M

LM Studio

Search for VohoAI/voho-saudi-speak-0.6b-GGUF, download Q4_K_M, set temperature to 0.

Examples

Dialect Formal input Output
Najdi أين أنت الآن؟ أريد أن أحجز موعداً غداً. وينك الحين أبغى أحجز موعد بكرة
Hijazi سنرسل لك رمز التحقق الآن، من فضلك أخبرني به. بنرسلك رمز التحقق دحين من فضلك خبرني فيه
Khaleeji الآن فقط فهمت قصدك وسر اهتمامك. الحين بس فهمت قصدك وسر اهتمامك.

Results, training details and limitations are on the main model card.

Licence

Non-commercial, CC BY-NC-SA 4.0, inherited from the SADA training data. For production Saudi Arabic voice, use the Voho API.

Please cite SADA: Saudi Audio Dataset for Arabic (SADA), Saudi Data and AI Authority (SDAIA), 2022.

Downloads last month
187
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for VohoAI/voho-saudi-speak-0.6b-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(3)
this model

Dataset used to train VohoAI/voho-saudi-speak-0.6b-GGUF