HoangHa commited on
Commit
31deabc
1 Parent(s): 9e2634b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -4
app.py CHANGED
@@ -310,26 +310,34 @@ def main() -> None:
310
  """
311
  # 🌍 Tiếng Việt - Dự án Đánh giá Prompt Đa ngôn ngữ
312
 
313
- Hugging Face và @argilla đang phát triển dự án [Dự án Đánh giá prompt Đa ngôn ngữ](https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation). Đây là một chuẩn mực mở đa ngôn ngữ để đánh giá các mô hình ngôn ngữ, và tất nhiên, cũng dành cho [NGÔN NGỮ CỦA BẠN].
314
 
315
  ## Mục tiêu là dịch 500 Prompts
 
316
  Và như mọi khi: cần có dữ liệu cho việc đó! Cộng đồng đã chọn ra 500 prompt tốt nhất sẽ tạo nên chuẩn mực đánh giá. Bằng tiếng Anh, tất nhiên.
 
317
  **Đó là lý do chúng mình cần sự giúp đỡ của bạn**: nếu chúng ta cùng nhau dịch 500 prompts, chúng mình có thể thêm Tiếng Việt vào bảng xếp hạng.
318
 
319
  ## Cách tham gia
320
- Tham gia dễ dàng. Truy cập vào [AI-Vietnam/prompt-translation-for-vie][https://huggingface.co/spaces/AI-Vietnam/prompt-translation-for-vie], đăng nhập hoặc tạo một tài khoản Hugging Face, và bạn có thể bắt đầu.
 
321
  Cảm ơn các bạn rất nhiều! Bên cạnh đó, chúng mình đã dùng AI để chuẩn bị sẵn một đề xuất dịch giúp tăng tốc quá trình dịch thuật.
322
 
 
323
  # 🌍 Vietnamese - Multilingual Prompt Evaluation Project
324
 
325
  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].
326
 
327
  ## The goal is to translate 500 Prompts
 
328
  And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
329
- **That's why we need your help**: if we all translate the 500 prompts, we can add [YOUR LANGUAGE] to the leaderboard.
 
330
 
331
  ## How to participate
332
- 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.
 
 
333
  Thanks in advance! Oh, and we'll give you a little push: Machine translation has already prepared a translation suggestion for you.
334
  """
335
  )
 
310
  """
311
  # 🌍 Tiếng Việt - Dự án Đánh giá Prompt Đa ngôn ngữ
312
 
313
+ Hugging Face và @argilla đang phát triển dự án [Dự án Đánh giá prompt Đa ngôn ngữ](https://github.com/huggingface/data-is-better-together/tree/main/prompt_translation). Đây là một chuẩn mực mở đa ngôn ngữ để đánh giá các mô hình ngôn ngữ, và tất nhiên, cũng dành cho tiếng Việt.
314
 
315
  ## Mục tiêu là dịch 500 Prompts
316
+
317
  Và như mọi khi: cần có dữ liệu cho việc đó! Cộng đồng đã chọn ra 500 prompt tốt nhất sẽ tạo nên chuẩn mực đánh giá. Bằng tiếng Anh, tất nhiên.
318
+
319
  **Đó là lý do chúng mình cần sự giúp đỡ của bạn**: nếu chúng ta cùng nhau dịch 500 prompts, chúng mình có thể thêm Tiếng Việt vào bảng xếp hạng.
320
 
321
  ## Cách tham gia
322
+ Truy cập vào [AI-Vietnam/prompt-translation-for-vie](https://huggingface.co/spaces/AI-Vietnam/prompt-translation-for-vie), đăng nhập hoặc tạo một tài khoản Hugging Face, và bạn có thể bắt đầu.
323
+
324
  Cảm ơn các bạn rất nhiều! Bên cạnh đó, chúng mình đã dùng AI để chuẩn bị sẵn một đề xuất dịch giúp tăng tốc quá trình dịch thuật.
325
 
326
+ [English]
327
  # 🌍 Vietnamese - Multilingual Prompt Evaluation Project
328
 
329
  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].
330
 
331
  ## The goal is to translate 500 Prompts
332
+
333
  And as always: data is needed for that! The community selected the best 500 prompts that will form the benchmark. In English, of course.
334
+
335
+ **That's why we need your help**: if we all translate the 500 prompts, we can add Vietnamese to the leaderboard.
336
 
337
  ## How to participate
338
+
339
+ Participating is easy. Go to the [AI-Vietnam/prompt-translation-for-vie](https://huggingface.co/spaces/AI-Vietnam/prompt-translation-for-vie), log in or create a Hugging Face account, and you can start working.
340
+
341
  Thanks in advance! Oh, and we'll give you a little push: Machine translation has already prepared a translation suggestion for you.
342
  """
343
  )