rtetley commited on
Commit
40a9a5d
·
1 Parent(s): a87d18d

fix(contents): fixing the contents of the page

Browse files

Minor fixes such as descriptions, logos, etc...
Some component paddings have been modified as well.

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={<>INTITULE<br />OFFICIEL</>}
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="baseline - précisions sur l'organisation"
108
- serviceTitle="Nom du site / service"
109
  navigation={<Navigation />}
110
  />
111
  <Box
@@ -128,24 +128,36 @@ function App() {
128
  <Footer
129
  accessibility="fully compliant"
130
  contentDescription="
131
- Ce message est à remplacer par les informations de votre site.
132
 
133
- Comme exemple de contenu, vous pouvez indiquer les informations
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: ' MODIFIER - texte alternatif de l’image]',
142
  href: '#',
143
- imgUrl: 'static/media/placeholder.16x9.3d46f94c.png'
144
  },
145
  {
146
- alt: ' MODIFIER - texte alternatif de l’image]',
147
  href: '#',
148
- imgUrl: 'static/media/placeholder.16x9.3d46f94c.png'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="Open LLM Leaderboard"
37
- subtitle={
38
- <>
39
- Comparing Large Language Models in an{" "}
40
- <span style={{ fontWeight: 600 }}>open</span> and{" "}
41
- <span style={{ fontWeight: 600 }}>reproducible</span> way
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: 65,
78
- TYPE_ICON: 65,
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,