manu commited on
Commit
a475d51
1 Parent(s): 24c535e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -5
app.py CHANGED
@@ -170,15 +170,20 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
170
  with gr.Column():
171
  gr.Markdown(
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...
179
- The model can hallucinate and generate incorrect or even toxic content.
 
 
 
180
 
 
181
  The demo is linked to an endpoint that auto-shutdowns after 15mn. If error message appears, wait about 5 minutes and test again once the server is back up !
 
182
  """
183
  )
184
 
 
170
  with gr.Column():
171
  gr.Markdown(
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's generalist Chat version logically exhibits reduced understanding, reasoning and knowledge capacities.
177
+ For industrial uses, we recommend finetuning the model, but trained this Chat version to allow for experimenting and to showcase the capabilities for it's size.
178
+
179
+ ## Usage recommendations
180
+ We recommend testing the chat model for open-ended writing tasks, tips, translations, etc...
181
+ We find direct instructions to work best, and performance to drop after the first round of interactions.
182
+ We limit the length of the conversation so clear the Chat between tests !
183
 
184
+ ## Errors
185
  The demo is linked to an endpoint that auto-shutdowns after 15mn. If error message appears, wait about 5 minutes and test again once the server is back up !
186
+ The model can hallucinate and generate incorrect or even toxic content.
187
  """
188
  )
189