manu commited on
Commit
a5a792c
β€’
1 Parent(s): 9ab9633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -185,10 +185,12 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
185
  For industrial applications, we recommend finetuning the model, but trained this Chat version to allow for experimenting and to showcase the capabilities for it's size.
186
 
187
  ### More info
 
188
  πŸ—žοΈ The blogpost: https://huggingface.co/blog/manu/croissant-llm-blog
 
189
  πŸ“– The 45 page report with lots of gems: https://arxiv.org/abs/2402.00786
 
190
  πŸ€– Models, Data, Demo: https://huggingface.co/croissantllm
191
- ###
192
 
193
  """
194
  )
 
185
  For industrial applications, we recommend finetuning the model, but trained this Chat version to allow for experimenting and to showcase the capabilities for it's size.
186
 
187
  ### More info
188
+
189
  πŸ—žοΈ The blogpost: https://huggingface.co/blog/manu/croissant-llm-blog
190
+
191
  πŸ“– The 45 page report with lots of gems: https://arxiv.org/abs/2402.00786
192
+
193
  πŸ€– Models, Data, Demo: https://huggingface.co/croissantllm
 
194
 
195
  """
196
  )