Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Edit title for the leaderboard (#1)
Browse files- Change home page header title and banner name in the organisation space (95404184d4513e881b639b850353fca724860e63)
Co-authored-by: Mauricio DIAZ <mdiazmel@users.noreply.huggingface.co>
- README.md +4 -4
- frontend/src/App.jsx +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: docker
|
@@ -10,10 +10,10 @@ license: apache-2.0
|
|
10 |
duplicated_from: open-llm-leaderboard/open_llm_leaderboard
|
11 |
tags:
|
12 |
- leaderboard
|
13 |
-
short_description: Track, rank and evaluate open LLMs and chatbots
|
14 |
---
|
15 |
|
16 |
-
#
|
17 |
|
18 |
Modern React interface for comparing Large Language Models (LLMs) in an open and reproducible way.
|
19 |
|
|
|
1 |
---
|
2 |
+
title: Leaderboard LLM FR
|
3 |
+
emoji: 🏆🇫🇷
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: docker
|
|
|
10 |
duplicated_from: open-llm-leaderboard/open_llm_leaderboard
|
11 |
tags:
|
12 |
- leaderboard
|
13 |
+
short_description: Track, rank and evaluate open LLMs and chatbots in French
|
14 |
---
|
15 |
|
16 |
+
# Leaderboard LLM FR
|
17 |
|
18 |
Modern React interface for comparing Large Language Models (LLMs) in an open and reproducible way.
|
19 |
|
frontend/src/App.jsx
CHANGED
@@ -104,8 +104,8 @@ function App() {
|
|
104 |
headerFooterDisplayItem
|
105 |
]}
|
106 |
id="fr-header-simple-header-with-service-title-and-tagline"
|
107 |
-
serviceTagline="
|
108 |
-
serviceTitle="Leaderboard
|
109 |
navigation={<Navigation />}
|
110 |
/>
|
111 |
<Box
|
|
|
104 |
headerFooterDisplayItem
|
105 |
]}
|
106 |
id="fr-header-simple-header-with-service-title-and-tagline"
|
107 |
+
serviceTagline="Tableau de référence pour les grands modèles de langages en français"
|
108 |
+
serviceTitle="Leaderboard des GML pour le français"
|
109 |
navigation={<Navigation />}
|
110 |
/>
|
111 |
<Box
|