yasserrmd / kallamni-1.2b-v1

huggingface.co
Total runs: 9
24-hour runs: 0
7-day runs: 0
30-day runs: -4
Model's Last Updated: October 02 2025
text-generation

Introduction of kallamni-1.2b-v1

Model Details of kallamni-1.2b-v1

kallamni-1.2b-v1

Kallamni 1.2B v1 is a 1.2B parameter Arabic conversational model fine-tuned specifically for spoken Emirati Arabic (اللهجة الإماراتية المحكية) . It is designed to generate natural, fluent, and culturally relevant responses for daily-life conversations, rather than formal Modern Standard Arabic (MSA).


Model Summary
  • Model type: Causal LM, instruction-tuned for chat.
  • Languages: Emirati Arabic dialect (spoken style).
  • Fine-tuning: 3 epochs with LoRA adapters.
  • Frameworks: Unsloth + TRL .
  • Dataset: 12,324 synthetic Emirati Arabic Q&A pairs generated using GPT-5 and GPT-4o .

Dataset
  • Size: 12,324 examples.

  • Source: Synthetic Q&A pairs created via GPT-5 + GPT-4o, Emirati dialect.

  • Domains covered:

    • Daily life conversations (shopping, weather, greetings, family, transport).
    • Social and cultural events (Eid, weddings, gatherings).
    • Household and personal routines.
  • Format: Chat-style examples with <|im_start|>user / <|im_start|>assistant tokens, e.g.:

<|startoftext|><|im_start|>user
شو تسوي إذا انقطع الإنترنت في البيت؟<|im_end|>
<|im_start|>assistant
أول شي أتصل بالشركة، وإذا ما ردوا أستخدم داتا التلفون لين يرجع النت.<|im_end|>

⚙️ Training
  • Frameworks:

    • Unsloth → optimized finetuning, memory efficiency, ~2× faster training.
    • TRL (SFTTrainer) → supervised fine-tuning with instruction alignment.
  • Base model: Lightweight 1.2B causal LM.

  • Epochs: 3 full passes over the dataset.

  • Fine-tuning strategy:

    • LoRA adapters on attention + MLP layers.
    • Chat template applied consistently with TRL.

Usage

You can load and run the model with transformers :

from transformers import AutoModelForCausalLM, AutoTokenizer

# Load model and tokenizer
model_id = "yasserrmd/kallamni-1.2b-v1"
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    device_map="auto",
    torch_dtype="bfloat16",
#    attn_implementation="flash_attention_2"  # Uncomment if GPU supports it
)
tokenizer = AutoTokenizer.from_pretrained(model_id)

# Generate answer
prompt = "شو تسوي إذا انقطع الإنترنت في البيت؟"
input_ids = tokenizer.apply_chat_template(
    [{"role": "user", "content": prompt}],
    add_generation_prompt=True,
    return_tensors="pt",
    tokenize=True,
).to(model.device)

output = model.generate(
    input_ids,
    do_sample=True,
    temperature=0.3,
    min_p=0.15,
    repetition_penalty=1.05,
    max_new_tokens=256,
)

print(tokenizer.decode(output[0], skip_special_tokens=False))

# Example output:
# <|startoftext|><|im_start|>user
# شو تسوي إذا انقطع الإنترنت في البيت؟<|im_end|>
# <|im_start|>assistant
# أول شي أتصل بالشركة، وإذا ما ردوا أستخدم داتا التلفون لين يرجع النت.<|im_end|>

Performance
  • Dialect accuracy: ~85% Emirati consistency.

  • Answer relevance: ~90% good/semi-good.

  • Weak cases: occasional semi-formal phrasing or generic filler.

  • Strengths:

    • Culturally aligned Emirati expressions.
    • Natural conversational length (8–15 words minimum).
    • Balanced coverage of family, work, travel, and social contexts.

Intended Use
  • Chatbots & voice assistants for Emirati Arabic.
  • Language learning tools for practicing dialect.
  • Dataset building block for Gulf Arabic LLM research.

Limitations
  • May mix in some MSA or generic Arabic in rare cases.
  • Not suitable for factual QA outside daily conversations.
  • Not designed for professional/legal/medical contexts.

Acknowledgements
  • Unsloth team for efficient fine-tuning tooling.
  • TRL from Hugging Face for alignment training.
  • Synthetic dataset generation powered by GPT-5 and GPT-4o .
  • Liquid AI for innovative open-weight model releases that inspired experimentation.

Runs of yasserrmd kallamni-1.2b-v1 on huggingface.co

9
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
-4
30-day runs

More Information About kallamni-1.2b-v1 huggingface.co Model

More kallamni-1.2b-v1 license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

kallamni-1.2b-v1 huggingface.co

kallamni-1.2b-v1 huggingface.co is an AI model on huggingface.co that provides kallamni-1.2b-v1's model effect (), which can be used instantly with this yasserrmd kallamni-1.2b-v1 model. huggingface.co supports a free trial of the kallamni-1.2b-v1 model, and also provides paid use of the kallamni-1.2b-v1. Support call kallamni-1.2b-v1 model through api, including Node.js, Python, http.

kallamni-1.2b-v1 huggingface.co Url

https://huggingface.co/yasserrmd/kallamni-1.2b-v1

yasserrmd kallamni-1.2b-v1 online free

kallamni-1.2b-v1 huggingface.co is an online trial and call api platform, which integrates kallamni-1.2b-v1's modeling effects, including api services, and provides a free online trial of kallamni-1.2b-v1, you can try kallamni-1.2b-v1 online for free by clicking the link below.

yasserrmd kallamni-1.2b-v1 online free url in huggingface.co:

https://huggingface.co/yasserrmd/kallamni-1.2b-v1

kallamni-1.2b-v1 install

kallamni-1.2b-v1 is an open source model from GitHub that offers a free installation service, and any user can find kallamni-1.2b-v1 on GitHub to install. At the same time, huggingface.co provides the effect of kallamni-1.2b-v1 install, users can directly use kallamni-1.2b-v1 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

kallamni-1.2b-v1 install url in huggingface.co:

https://huggingface.co/yasserrmd/kallamni-1.2b-v1

Url of kallamni-1.2b-v1

kallamni-1.2b-v1 huggingface.co Url

Provider of kallamni-1.2b-v1 huggingface.co

yasserrmd
ORGANIZATIONS

Other API from yasserrmd

huggingface.co

Total runs: 28
Run Growth: 3
Growth Rate: 10.71%
Updated:October 19 2025