Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix(contents): fixing the contents of the page
Browse filesMinor fixes such as descriptions, logos, etc...
Some component paddings have been modified as well.
- frontend/public/LOGO_CNRS_BLEU.png +0 -0
- frontend/public/hf-logo-with-title.svg +9 -0
- frontend/public/inr_logo_rouge.png +0 -0
- frontend/public/logo-lne.svgz +0 -0
- frontend/public/logo_DGE.png +0 -0
- frontend/src/App.jsx +24 -12
- frontend/src/components/shared/FilterTag.jsx +1 -1
- frontend/src/pages/LeaderboardPage/LeaderboardPage.jsx +10 -10
- frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/defaults.js +2 -2
frontend/public/LOGO_CNRS_BLEU.png
ADDED
frontend/public/hf-logo-with-title.svg
ADDED
frontend/public/inr_logo_rouge.png
ADDED
frontend/public/logo-lne.svgz
ADDED
frontend/public/logo_DGE.png
ADDED
frontend/src/App.jsx
CHANGED
@@ -94,7 +94,7 @@ function App() {
|
|
94 |
}}
|
95 |
>
|
96 |
<Header
|
97 |
-
brandTop={<>
|
98 |
homeLinkProps={{
|
99 |
href: '/',
|
100 |
title: 'Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)'
|
@@ -104,8 +104,8 @@ function App() {
|
|
104 |
headerFooterDisplayItem
|
105 |
]}
|
106 |
id="fr-header-simple-header-with-service-title-and-tagline"
|
107 |
-
serviceTagline="
|
108 |
-
serviceTitle="
|
109 |
navigation={<Navigation />}
|
110 |
/>
|
111 |
<Box
|
@@ -128,24 +128,36 @@ function App() {
|
|
128 |
<Footer
|
129 |
accessibility="fully compliant"
|
130 |
contentDescription="
|
131 |
-
|
132 |
|
133 |
-
|
134 |
-
suivantes : Le site officiel d’information administrative pour les entreprises.
|
135 |
-
Retrouvez toutes les informations et démarches administratives nécessaires à la création,
|
136 |
-
à la gestion et au développement de votre entreprise.
|
137 |
"
|
138 |
partnersLogos={{
|
139 |
sub: [
|
140 |
{
|
141 |
-
alt: '
|
142 |
href: '#',
|
143 |
-
imgUrl: '
|
144 |
},
|
145 |
{
|
146 |
-
alt: '
|
147 |
href: '#',
|
148 |
-
imgUrl: '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
}
|
150 |
]
|
151 |
}}
|
|
|
94 |
}}
|
95 |
>
|
96 |
<Header
|
97 |
+
brandTop={<>République <br/> française</>}
|
98 |
homeLinkProps={{
|
99 |
href: '/',
|
100 |
title: 'Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)'
|
|
|
104 |
headerFooterDisplayItem
|
105 |
]}
|
106 |
id="fr-header-simple-header-with-service-title-and-tagline"
|
107 |
+
serviceTagline="Pour une classification des grands modèles de langages sur des problèmes francophones"
|
108 |
+
serviceTitle="classeur:IA"
|
109 |
navigation={<Navigation />}
|
110 |
/>
|
111 |
<Box
|
|
|
128 |
<Footer
|
129 |
accessibility="fully compliant"
|
130 |
contentDescription="
|
131 |
+
L'évaluation des systèmes d'IA est un enjeu stratégique sur lequel la France s'est historiquement démarquée.
|
132 |
|
133 |
+
Ce classement, ou leaderboard, s'inspire directement de l'Open LLM Leaderboard et permet de comparer différents modèles d'IA génératifs à l'aide de jeux de données spécifiquement adaptés aux environnements et à la culture francophones.
|
|
|
|
|
|
|
134 |
"
|
135 |
partnersLogos={{
|
136 |
sub: [
|
137 |
{
|
138 |
+
alt: 'Logo Inria',
|
139 |
href: '#',
|
140 |
+
imgUrl: '/inr_logo_rouge.png'
|
141 |
},
|
142 |
{
|
143 |
+
alt: 'Logo CNRS',
|
144 |
href: '#',
|
145 |
+
imgUrl: '/LOGO_CNRS_BLEU.png'
|
146 |
+
},
|
147 |
+
{
|
148 |
+
alt: 'Logo LNE',
|
149 |
+
href: '#',
|
150 |
+
imgUrl: '/logo-lne.svgz'
|
151 |
+
},
|
152 |
+
{
|
153 |
+
alt: 'Logo DGE',
|
154 |
+
href: '#',
|
155 |
+
imgUrl: '/logo_DGE.png'
|
156 |
+
},
|
157 |
+
{
|
158 |
+
alt: 'Logo huggingface',
|
159 |
+
href: '#',
|
160 |
+
imgUrl: '/hf-logo-with-title.svg'
|
161 |
}
|
162 |
]
|
163 |
}}
|
frontend/src/components/shared/FilterTag.jsx
CHANGED
@@ -55,7 +55,7 @@ const FilterTag = ({
|
|
55 |
) : null
|
56 |
}
|
57 |
label={
|
58 |
-
<span>
|
59 |
{mainLabel}
|
60 |
{countLabel && (
|
61 |
<>
|
|
|
55 |
) : null
|
56 |
}
|
57 |
label={
|
58 |
+
<span style={{padding: "6px"}}>
|
59 |
{mainLabel}
|
60 |
{countLabel && (
|
61 |
<>
|
frontend/src/pages/LeaderboardPage/LeaderboardPage.jsx
CHANGED
@@ -27,20 +27,20 @@ function LeaderboardPage() {
|
|
27 |
flexDirection: "column",
|
28 |
}}
|
29 |
>
|
30 |
-
<Box
|
31 |
sx={{ display: "flex", justifyContent: "center", pt: 6, mb: -4, pb: 0 }}
|
32 |
>
|
33 |
<Logo height="80px" />
|
34 |
-
</Box>
|
35 |
<PageHeader
|
36 |
-
title="
|
37 |
-
subtitle={
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
}
|
44 |
/>
|
45 |
<Leaderboard />
|
46 |
</Box>
|
|
|
27 |
flexDirection: "column",
|
28 |
}}
|
29 |
>
|
30 |
+
{/* <Box
|
31 |
sx={{ display: "flex", justifyContent: "center", pt: 6, mb: -4, pb: 0 }}
|
32 |
>
|
33 |
<Logo height="80px" />
|
34 |
+
</Box> */}
|
35 |
<PageHeader
|
36 |
+
title="Leaderboard"
|
37 |
+
// subtitle={
|
38 |
+
// <>
|
39 |
+
// Comparer les grands modèles de langages {" "}
|
40 |
+
// <span style={{ fontWeight: 600 }}>ouverts</span> sur des problèmes{" "}
|
41 |
+
// <span style={{ fontWeight: 600 }}>francophones</span>
|
42 |
+
// </>
|
43 |
+
// }
|
44 |
/>
|
45 |
<Leaderboard />
|
46 |
</Box>
|
frontend/src/pages/LeaderboardPage/components/Leaderboard/constants/defaults.js
CHANGED
@@ -74,8 +74,8 @@ const FILTERS = {
|
|
74 |
|
75 |
// Column size constants
|
76 |
const COLUMN_SIZES = {
|
77 |
-
RANK:
|
78 |
-
TYPE_ICON:
|
79 |
MODEL: 400,
|
80 |
AVERAGE_SCORE: 150,
|
81 |
BENCHMARK: 110,
|
|
|
74 |
|
75 |
// Column size constants
|
76 |
const COLUMN_SIZES = {
|
77 |
+
RANK: 100,
|
78 |
+
TYPE_ICON: 100,
|
79 |
MODEL: 400,
|
80 |
AVERAGE_SCORE: 150,
|
81 |
BENCHMARK: 110,
|