Spaces:
Sleeping
Sleeping
Ron Vallejo commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ client = OpenAI(
|
|
| 17 |
model_links = {
|
| 18 |
"Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
| 19 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 20 |
-
"
|
| 21 |
}
|
| 22 |
|
| 23 |
# Pull info about the model to display
|
|
@@ -32,7 +32,7 @@ model_info = {
|
|
| 32 |
\nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.**\n""",
|
| 33 |
'logo': 'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'
|
| 34 |
},
|
| 35 |
-
"Gemma-
|
| 36 |
'description': """Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.
|
| 37 |
\nThey are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants.\n""",
|
| 38 |
'logo': 'gemma.jpeg'
|
|
|
|
| 17 |
model_links = {
|
| 18 |
"Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
| 19 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 20 |
+
"gemma-2-2b": "google/gemma-2-2b",
|
| 21 |
}
|
| 22 |
|
| 23 |
# Pull info about the model to display
|
|
|
|
| 32 |
\nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.**\n""",
|
| 33 |
'logo': 'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'
|
| 34 |
},
|
| 35 |
+
"Gemma-2-2b": {
|
| 36 |
'description': """Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.
|
| 37 |
\nThey are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants.\n""",
|
| 38 |
'logo': 'gemma.jpeg'
|