Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
MBZUAI-Paris
/
Atlas-Chat-2B
like
21
Follow
MBZUAI France Lab
18
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
refs/pr/2
Atlas-Chat-2B
/
modelfile
habdine
Upload modelfile for ollama
966a9ae
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
FROM .
TEMPLATE """
<
bos
>
{{
if
.Prompt }}
<
start_of_turn
>
user
{{
.Prompt
}}
<
end_of_turn
>
{{
end
}}
<
end_of_turn
>
assistant
{{
.Response
}}
<
end_of_turn
>
"""
PARAMETER stop
<
end_of_turn
>