zhuohan-7 commited on
Commit
d931f3e
·
verified ·
1 Parent(s): 4c71444

Upload app/content.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/content.py +8 -2
app/content.py CHANGED
@@ -280,6 +280,11 @@ non_wer_displayname2datasetname = {
280
  'YouTube SDS: Malay': 'ytb_sds_batch3_malay',
281
  'YouTube SDS: Chinese': 'ytb_sds_batch3_chinese',
282
  'YouTube SDS: Tamil': 'ytb_sds_batch3_tamil',
 
 
 
 
 
283
  }
284
 
285
 
@@ -384,7 +389,9 @@ dataset_diaplay_information = {
384
 
385
  'YouTube ASR: Tamil with English Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains Tamil and some Tamil-English codeswitch audio clips, featuring with English prompts. <br> It includes approximately 2.44 hours of audio, with individual clips ranging from 30 seconds to 324 seconds in length.',
386
 
387
- 'YouTube ASR Translation: Malay2English': 'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Malay<i>',
 
 
388
 
389
  # 'YouTube ASR Translation: Chinese2English': 'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Chinese<i>',
390
 
@@ -425,4 +432,3 @@ metrics_info = {
425
  'meteor' : 'METEOR Score. The higher, the better.',
426
  'bleu' : 'BLEU Score. The higher, the better.',
427
  }
428
-
 
280
  'YouTube SDS: Malay': 'ytb_sds_batch3_malay',
281
  'YouTube SDS: Chinese': 'ytb_sds_batch3_chinese',
282
  'YouTube SDS: Tamil': 'ytb_sds_batch3_tamil',
283
+
284
+ 'YouTube-TA-En':'ytb_asr_batch3_ta_en',
285
+ 'YouTube-ZH-En':'ytb_asr_batch3_zh_en',
286
+ 'YouTube-MA-En':'ytb_asr_batch3_ma_en',
287
+
288
  }
289
 
290
 
 
389
 
390
  'YouTube ASR: Tamil with English Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains Tamil and some Tamil-English codeswitch audio clips, featuring with English prompts. <br> It includes approximately 2.44 hours of audio, with individual clips ranging from 30 seconds to 324 seconds in length.',
391
 
392
+ 'YouTube-TA-En':'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Tamil<i>',
393
+ 'YouTube-ZH-En':'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Chinese<i>',
394
+ 'YouTube-MA-En':'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Malay<i>',
395
 
396
  # 'YouTube ASR Translation: Chinese2English': 'YouTube Evaluation Dataset for ASR Task: <br> The audio of dataset is same as <i>YouTube ASR: Chinese<i>',
397
 
 
432
  'meteor' : 'METEOR Score. The higher, the better.',
433
  'bleu' : 'BLEU Score. The higher, the better.',
434
  }