Spaces:
Sleeping
Sleeping
Atreyu4EVR
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -35,14 +35,17 @@ model_info = {
|
|
35 |
"Meta-Llama-3.1-8B": {
|
36 |
'description': """The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.
|
37 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.**\n"""
|
|
|
38 |
},
|
39 |
"Mistral-7B-Instruct-v0.3": {
|
40 |
'description': """The Mistral-7B-Instruct-v0.3 is an instruct-tuned version of Mistral-7B.
|
41 |
\nIt was created by [**Mistral AI**](https://mistral.ai/) and has **7 billion parameters.**\n"""
|
|
|
42 |
},
|
43 |
"Gemma-7b-it": {
|
44 |
'description': """Gemma is a family of lightweight, state-of-the-art open models from Google.
|
45 |
\nThe 7B-it variant is instruction-tuned and has **7 billion parameters.**\n"""
|
|
|
46 |
}
|
47 |
}
|
48 |
|
|
|
35 |
"Meta-Llama-3.1-8B": {
|
36 |
'description': """The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.
|
37 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.**\n"""
|
38 |
+
"logo": "llama_logo.gif",
|
39 |
},
|
40 |
"Mistral-7B-Instruct-v0.3": {
|
41 |
'description': """The Mistral-7B-Instruct-v0.3 is an instruct-tuned version of Mistral-7B.
|
42 |
\nIt was created by [**Mistral AI**](https://mistral.ai/) and has **7 billion parameters.**\n"""
|
43 |
+
"logo": "mistrail.jpeg",
|
44 |
},
|
45 |
"Gemma-7b-it": {
|
46 |
'description': """Gemma is a family of lightweight, state-of-the-art open models from Google.
|
47 |
\nThe 7B-it variant is instruction-tuned and has **7 billion parameters.**\n"""
|
48 |
+
"logo": "gemma.jpeg",
|
49 |
}
|
50 |
}
|
51 |
|