cointegrated commited on
Commit
47a0442
Β·
verified Β·
1 Parent(s): 5f1f37b

Add the link to the new tool and dataset

Browse files
Files changed (1) hide show
  1. app.py +8 -4
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
- # Contribute
 
 
 
 
386
 
387
- If you want to contribute, check out the "Contribute" tab.
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