ZennyKenny commited on
Commit
6478fea
·
verified ·
1 Parent(s): 4b0620a

Update app.py

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():
@@ -335,8 +335,8 @@ def main() -> None:
335
 
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
+ # 🇷🇺 Russian - Multilingual Prompt Evaluation Project
294
 
295
+ Hugging Face and @argilla занимаются краудсорсингом [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
+ ## Цель состоит в том, чтобы перевести 500 подсказок
298
+ И как всегда: для этого нужны данные! Сообщество Hugging Face выбрало 500 лучших подсказок, которые станут эталоном.
299
+ **Вот почему нам нужна ваша помощь **: Переведите подсказки и добавьте свое имя пользователя в Зал Славы!.
300
 
301
+ ## Как могу участвовать?
302
+ Участвовать - это легко! Перейдите в [DIBT Translation for Russian](https://huggingface.co/spaces/DIBT-Russian/prompt-translation-for-Russian), войдите в систему или создайте учетную запись Hugging Face, и вы можете приступать к работе.
303
+ Заранее спасибо! Пожалуйста, также обратите внимание: [NLLB-200](https://huggingface.co/facebook/nllb-200-distilled-600M) уже подготовил для вас предложение по переводу.
304
  """
305
  )
306
 
307
  gr.Markdown(
308
  f"""
309
+ ## 🚀 Текущий Прогресс
310
+ Это то, чего русскоязычное сообщество добилось на данный момент!
311
  """
312
  )
313
  with gr.Row():
 
335
 
336
  gr.Markdown(
337
  """
338
+ ## 👾 Зал Славы
339
+ Авторы и количество сделанных ими аннотаций.
340
  """
341
  )
342