zhuohan-7 commited on
Commit
8a701ea
·
verified ·
1 Parent(s): c546fee

edit dataset name and add new ytb malay dataset

Browse files
Files changed (1) hide show
  1. app/content.py +9 -5
app/content.py CHANGED
@@ -61,14 +61,17 @@ displayname2datasetname = {
61
  'Parliament-Short': 'parliament_short_test',
62
  'UKUS-News-Short' : 'ukusnews_short_test',
63
  'Mediacorp-Short' : 'mediacorp_short_test',
64
- 'YTB-ASR-Batch1' : 'ytb_asr_batch1',
65
- 'YTB-ASR-Batch2' : 'ytb_asr_batch2',
 
 
 
66
  'SEAME-Dev-Man' : 'seame_dev_man',
67
  'SEAME-Dev-Sge' : 'seame_dev_sge',
68
 
69
- 'YTB-SQA-Batch1': 'ytb_sqa_batch1',
70
- 'YTB-SDS-Batch1': 'ytb_sds_batch1',
71
- 'YTB-PQA-Batch1': 'ytb_pqa_batch1',
72
 
73
  }
74
 
@@ -146,6 +149,7 @@ dataset_diaplay_information = {
146
  'YTB-SQA-Batch1': 'Under Development',
147
  'YTB-SDS-Batch1': 'Under Development',
148
  'YTB-PQA-Batch1': 'Under Development',
 
149
 
150
  }
151
 
 
61
  'Parliament-Short': 'parliament_short_test',
62
  'UKUS-News-Short' : 'ukusnews_short_test',
63
  'Mediacorp-Short' : 'mediacorp_short_test',
64
+ 'YTB-ASR-Batch1(English with Singapore Content)': 'ytb_asr_batch1',
65
+ 'YTB-ASR-Batch2(English with Strong Emotion)': 'ytb_asr_batch2',
66
+ 'YTB-ASR-Batch3-Malay(Malay and Malay-Eng-CodeSwitch)': 'ytb_asr_batch3_ms',
67
+ 'YTB-ASR-Batch3-Malay-Malay-Prompte(Malay and Malay-Eng-CodeSwitch)': 'ytb_asr_batch3_ms_ms_prompt',
68
+
69
  'SEAME-Dev-Man' : 'seame_dev_man',
70
  'SEAME-Dev-Sge' : 'seame_dev_sge',
71
 
72
+ 'YTB-SQA-Batch1(English with Singapore Content)': 'ytb_sqa_batch1',
73
+ 'YTB-SDS-Batch1(English with Singapore Content)': 'ytb_sds_batch1',
74
+ 'YTB-PQA-Batch1(English with Singapore Content)': 'ytb_pqa_batch1',
75
 
76
  }
77
 
 
149
  'YTB-SQA-Batch1': 'Under Development',
150
  'YTB-SDS-Batch1': 'Under Development',
151
  'YTB-PQA-Batch1': 'Under Development',
152
+ 'YTB-ASR-Batch3-Malay(Malay and Malay-Eng-CodeSwitch)':'Under Development'
153
 
154
  }
155