4 Downloads Updated 2 weeks ago
ollama run wesamhamad/qu-llm-assistant
Updated 2 weeks ago
2 weeks ago
48a5091c4dbe · 986MB ·
Arabic-native AI assistant fine-tuned to answer student questions about Qassim University policies, regulations, and services.
| Variant | Base Model | Size | Training Data | Ollama |
|---|---|---|---|---|
| v1 (default) | Qwen2.5-1.5B-Instruct | 986 MB | 15,903 Q&A pairs | wesamhamad/qu-llm-assistant |
| v2 (ALLaM) | ALLaM-7B-Instruct (SDAIA) | 4.3 GB | 12,320 Q&A pairs (2024-2026) | wesamhamad/qu-llm-assistant-allam |
Both variants use GGUF Q4_K_M quantization and are licensed under Apache 2.0.
# Lightweight variant (Qwen 1.5B — fast, ~1 GB)
ollama run wesamhamad/qu-llm-assistant
# Arabic-native variant (ALLaM 7B — higher quality, ~4.3 GB)
ollama run wesamhamad/qu-llm-assistant-allam
| Property | v1 (Qwen) | v2 (ALLaM) |
|---|---|---|
| Method | LoRA via Unsloth | LoRA via Unsloth |
| LoRA config | rank=16, alpha=32 | rank=16, alpha=32 |
| Epochs | 3 | 1 |
| Hardware | Google Colab T4 (16 GB) | Google Colab T4 (16 GB) |
| Training time | ~2 hours | ~30 minutes |
| Prompt | Category |
|---|---|
| ما هي شروط القبول في جامعة القصيم؟ | Admissions |
| كم ساعة أقدر أسجل في الفصل كحد أقصى؟ | Study Regulations |
| ما عقوبة الغش في الاختبارات النهائية؟ | Discipline |
| وش متطلبات التدريب التعاوني وكيف أسجل فيه؟ | Cooperative Training |
| كيف أقدم على التخرج وما هي الشروط المطلوبة؟ | Graduation |
| ما هي شروط التحويل بين الكليات داخل الجامعة؟ | Transfers |
| كيف أقدم شكوى أو تظلم على درجة في مادة؟ | Complaints |
| ما هي الخدمات التي تقدمها عمادة شؤون الطلاب؟ | Student Services |
For best results, pair this model with the full RAG pipeline:
Apache 2.0
Qassim University — Deanship of Information Technology / wesamhamad