Spaces:
Running
on
Zero
Running
on
Zero
disclamer: arabic scripts
Browse files
app.py
CHANGED
@@ -260,8 +260,11 @@ if __name__ == "__main__":
|
|
260 |
# π²π¦π²π¦π²π¦
|
261 |
|
262 |
# Al-Atlas-0.5B-base
|
|
|
|
|
263 |
|
264 |
This is a pretrained model to do text generation in a continuation of text fashion. Do not expect it to behave as a Chat (Instruct) model. The latter is coming soon!
|
|
|
265 |
""")
|
266 |
with gr.Row():
|
267 |
with gr.Column(scale=6):
|
|
|
260 |
# π²π¦π²π¦π²π¦
|
261 |
|
262 |
# Al-Atlas-0.5B-base
|
263 |
+
""")
|
264 |
+
gr.Markdown("""
|
265 |
|
266 |
This is a pretrained model to do text generation in a continuation of text fashion. Do not expect it to behave as a Chat (Instruct) model. The latter is coming soon!
|
267 |
+
This model is pretrained on Moroccan darija in **Arabic scripts** (mainly).
|
268 |
""")
|
269 |
with gr.Row():
|
270 |
with gr.Column(scale=6):
|