Spaces:
Running
Running
Add the link to the new tool and dataset
Browse files
app.py
CHANGED
@@ -377,14 +377,18 @@ We are inviting everyone to contribute to BOUQuET π - a project aimed at bui
|
|
377 |
evaluation dataset for massively multilingual text-to-text machine translation systems.
|
378 |
|
379 |
You are very welcome to provide your language translation choosing the source you feel more comfortable with,
|
380 |
-
including English, Mandarin Chinese, German, French, Hindi, Indonesian, Russian or Spanish.
|
381 |
Please take a look at Contributor guidelines that will further inform you on how to proceed.
|
382 |
|
383 |
You can also find more details on BOUQuET π scientific context and purpose in the [paper \\[OmnilingualMT team et al., 2025\\]](https://arxiv.org/pdf/2502.04314).
|
384 |
|
385 |
-
|
|
|
|
|
|
|
|
|
386 |
|
387 |
-
If you want to contribute, check out
|
388 |
|
389 |
### Reference
|
390 |
|
@@ -411,7 +415,7 @@ with gr.Blocks(
|
|
411 |
# Welcome to the BOUQuET π , the Open-initiative for Universal Quality Evaluation in Translation.
|
412 |
""")
|
413 |
intro_tab()
|
414 |
-
login_tab()
|
415 |
guidelines_tab()
|
416 |
dla_tab()
|
417 |
|
|
|
377 |
evaluation dataset for massively multilingual text-to-text machine translation systems.
|
378 |
|
379 |
You are very welcome to provide your language translation choosing the source you feel more comfortable with,
|
380 |
+
including English, Egyptian Arabic, Mandarin Chinese, German, French, Hindi, Indonesian, Russian or Spanish.
|
381 |
Please take a look at Contributor guidelines that will further inform you on how to proceed.
|
382 |
|
383 |
You can also find more details on BOUQuET π scientific context and purpose in the [paper \\[OmnilingualMT team et al., 2025\\]](https://arxiv.org/pdf/2502.04314).
|
384 |
|
385 |
+
### Dataset
|
386 |
+
|
387 |
+
The dataset is accessible at https://huggingface.co/datasets/facebook/bouquet. We are going to update it regularly, as the contributions in new languages are completed and validated.
|
388 |
+
|
389 |
+
### Contribute
|
390 |
|
391 |
+
If you want to contribute dataset translations for a new language or validate existing translations, check out our crowdsourcing system: https://bouquet.metademolab.com.
|
392 |
|
393 |
### Reference
|
394 |
|
|
|
415 |
# Welcome to the BOUQuET π , the Open-initiative for Universal Quality Evaluation in Translation.
|
416 |
""")
|
417 |
intro_tab()
|
418 |
+
# login_tab()
|
419 |
guidelines_tab()
|
420 |
dla_tab()
|
421 |
|