rvienne commited on
Commit
0b4a4a9
·
1 Parent(s): 6d11a96

changed app lang to fr

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -290,24 +290,24 @@ def main() -> None:
290
  with gr.Blocks(css=css) as demo:
291
  gr.Markdown(
292
  """
293
- # 🌍 [YOUR LANGUAGE] - Multilingual Prompt Evaluation Project
294
 
295
- Hugging Face and @argilla are developing [Multilingual Prompt Evaluation Project](https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation) project. It is an open multilingual benchmark for evaluating language models, and of course, also for [YOUR LANGUAGE].
296
 
297
- ## The goal is to translate 500 Prompts
298
- And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
299
- **That's why we need your help**: if we all translate the 500 prompts, we can add [YOUR LANGUAGE] to the leaderboard.
300
 
301
- ## How to participate
302
- Participating is easy. Go to the [annotation space][add a link to your annotation dataset], log in or create a Hugging Face account, and you can start working.
303
- Thanks in advance! Oh, and we'll give you a little push: GPT4 has already prepared a translation suggestion for you.
304
  """
305
  )
306
 
307
  gr.Markdown(
308
- f"""
309
- ## 🚀 Current Progress
310
- This is what we've achieved so far!
311
  """
312
  )
313
  with gr.Row():
@@ -336,7 +336,7 @@ def main() -> None:
336
  gr.Markdown(
337
  """
338
  ## 👾 Hall of Fame
339
- Here you can see the top contributors and the number of annotations they have made.
340
  """
341
  )
342
 
 
290
  with gr.Blocks(css=css) as demo:
291
  gr.Markdown(
292
  """
293
+ # 🌍 [French] - Multilingual Prompt Evaluation Project
294
 
295
+ Hugging Face et Argilla développent le projet [Multilingual Prompt Evaluation Project](https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation). C'est un benchmark multilingue ouvert ayant pour but d'évaluer les modèles de langue en français.
296
 
297
+ ## Le but est de traduire 500 prompts
298
+ Comme toujours: nous avons besoin de données pour cela! La communauté a sélectionné les 500 meilleurs prompts qui constituent le benchmark. En anglais, bien sûr.
299
+ **C'est pourquoi nous avons besoin de votre aide**: si nous traduisons tous 500 prompts, nous pouvons ajouter le français sur le leaderboard.
300
 
301
+ ## Comment participer
302
+ C'est facile de participer. Rendez-vous sur [l'espace d'annotation][https://dibt-french-prompt-translation-for-french.hf.space/], connectez-vous ou créez un compte Hugging Face, et vous pouvez commencer à travailler.
303
+ Merci d'avance! Oh, et nous vous donnons un petit coup de main: un modèle de traduction a déjà préparé une suggestion de traduction pour vous.
304
  """
305
  )
306
 
307
  gr.Markdown(
308
+ """
309
+ ## 🚀 Progrès actuel
310
+ C'est ce que nous avons accompli jusqu'à maintenant!
311
  """
312
  )
313
  with gr.Row():
 
336
  gr.Markdown(
337
  """
338
  ## 👾 Hall of Fame
339
+ Ici nous pouvons voir les meilleurs contributeurs et leur nombre d'annotations
340
  """
341
  )
342