Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
wesamhamad
/
qu-llm-assistant-allam
:latest
2
Downloads
Updated
2 weeks ago
Fine-tuned ALLaM-7B (SDAIA) for Qassim University student advisory. Arabic-native model trained on 12,320 Q&A pairs from 2024-2026 official university documents. Higher quality Arabic responses. Apache-2.0 licensed.
Fine-tuned ALLaM-7B (SDAIA) for Qassim University student advisory. Arabic-native model trained on 12,320 Q&A pairs from 2024-2026 official university documents. Higher quality Arabic responses. Apache-2.0 licensed.
Cancel
qu-llm-assistant-allam:latest
...
/
template
3f74e056f96c · 412B
{{- $system := "" }}[INST] {{ range .Messages }}
{{- if eq .Role "system" }}
{{- if not $system }}{{ $system = .Content }}
{{- else }}{{ $system = printf "%s\n\n%s" $system .Content }}
{{- end }}
{{- else if eq .Role "user" }}<<SYS>>
{{- if $system }}
{{ $system }}
{{ $system = "" }}
{{- end }}<</SYS>>
{{ .Content }} [/INST]
{{- else if eq .Role "assistant" }} {{ .Content }}</s><s>[INST] {{ end }}
{{- end }}