Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|