Spaces:
Runtime error
Runtime error
added disclamer about chat
Browse files
app.py
CHANGED
@@ -260,6 +260,8 @@ if __name__ == "__main__":
|
|
260 |
# π²π¦π²π¦π²π¦
|
261 |
|
262 |
# Al-Atlas-0.5B-base
|
|
|
|
|
263 |
""")
|
264 |
with gr.Row():
|
265 |
with gr.Column(scale=6):
|
|
|
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):
|