Spaces:
Running
Running
mehran
commited on
Commit
·
297c9b6
1
Parent(s):
0dcfb0d
edit gemini 2.5 pro and deepseek qwen 8b display name and url
Browse files
leaderboard/leaderboard_config.yaml
CHANGED
|
@@ -197,6 +197,14 @@ model_display_configs:
|
|
| 197 |
display_name: "Gemma 3n E4B IT"
|
| 198 |
url: "https://huggingface.co/google/gemma-3n-E4B-it"
|
| 199 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
# Add one entry for each model whose display name or URL you want to customize.
|
| 201 |
# If a model ID from your data is not listed here, its raw ID will be used as its name.
|
| 202 |
|
|
|
|
| 197 |
display_name: "Gemma 3n E4B IT"
|
| 198 |
url: "https://huggingface.co/google/gemma-3n-E4B-it"
|
| 199 |
|
| 200 |
+
"gemini-2.5-pro":
|
| 201 |
+
display_name: "Gemini 2.5 Pro"
|
| 202 |
+
url: "https://deepmind.google/models/gemini/pro/"
|
| 203 |
+
|
| 204 |
+
"DeepSeek-R1-0528-Qwen3-8B":
|
| 205 |
+
display_name: "DeepSeek-R1 Qwen3-8B"
|
| 206 |
+
url: "https://huggingface.co/deepseek-ai/DeepSeek-R1-0528-Qwen3-8B"
|
| 207 |
+
|
| 208 |
# Add one entry for each model whose display name or URL you want to customize.
|
| 209 |
# If a model ID from your data is not listed here, its raw ID will be used as its name.
|
| 210 |
|