Spaces:
Running
Running
Fixed missing label
Browse filesFixed missing model label with "-7B"
app.py
CHANGED
@@ -36,7 +36,7 @@ model_links ={
|
|
36 |
|
37 |
#Pull info about the model to display
|
38 |
model_info ={
|
39 |
-
"Mistral":
|
40 |
{'description':"""The Mistral model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
41 |
\nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.** \n""",
|
42 |
'logo':'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'},
|
|
|
36 |
|
37 |
#Pull info about the model to display
|
38 |
model_info ={
|
39 |
+
"Mistral-7B":
|
40 |
{'description':"""The Mistral model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
41 |
\nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.** \n""",
|
42 |
'logo':'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'},
|