Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
MBZUAI-Paris
/
Atlas-Chat-9B
like
19
Follow
MBZUAI France Lab
17
Text Generation
Transformers
Safetensors
MBZUAI-Paris/Darija-SFT-Mixture
Arabic
Moroccan Arabic
gemma2
conversational
text-generation-inference
Inference Endpoints
arxiv:
2308.16149
arxiv:
2409.17912
License:
gemma
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
habdine
commited on
Sep 20
Commit
89a4a05
•
1 Parent(s):
b936925
Upload modelfile for ollama
Browse files
Files changed (1)
hide
show
modelfile
+8
-0
modelfile
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
FROM .
2
+
TEMPLATE """
3
+
<bos>{{ if .Prompt }}<start_of_turn>user
4
+
{{ .Prompt }}<end_of_turn>
5
+
{{ end }}<end_of_turn>assistant
6
+
{{ .Response }}<end_of_turn>
7
+
"""
8
+
PARAMETER stop <end_of_turn>