Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
172 |
"""
|
173 |
# Demo platform for 🥐 CroissantLLMChat
|
174 |
|
175 |
-
The model is of small size (1.3B), about 130 times smaller than
|
176 |
As such, it logically exhibits reduced understanding, reasoning and knowlege capacities.
|
177 |
For industrial uses, we recommend finetuning the model, but trained a Chat version to allow for experimenting and showcase the capabilities for it's size.
|
178 |
We recommend testing it for open-ended writing tasks, tips, translations, etc...
|
|
|
172 |
"""
|
173 |
# Demo platform for 🥐 CroissantLLMChat
|
174 |
|
175 |
+
The model is of small size (1.3B), about 130 times smaller than GPT3.
|
176 |
As such, it logically exhibits reduced understanding, reasoning and knowlege capacities.
|
177 |
For industrial uses, we recommend finetuning the model, but trained a Chat version to allow for experimenting and showcase the capabilities for it's size.
|
178 |
We recommend testing it for open-ended writing tasks, tips, translations, etc...
|