Upload folder using huggingface_hub
Browse files- app/content.py +8 -1
app/content.py
CHANGED
@@ -66,6 +66,9 @@ displayname2datasetname = {
|
|
66 |
'YouTube ASR: English with Strong Emotion': 'ytb_asr_batch2',
|
67 |
'YouTube ASR: Malay with English Prompt': 'ytb_asr_batch3_malay',
|
68 |
'YouTube ASR: Malay with Malay Prompt': 'ytb_asr_batch3_ms_ms_prompt',
|
|
|
|
|
|
|
69 |
|
70 |
'SEAME-Dev-Mandarin' : 'seame_dev_man',
|
71 |
'SEAME-Dev-Singlish' : 'seame_dev_sge',
|
@@ -149,7 +152,11 @@ dataset_diaplay_information = {
|
|
149 |
|
150 |
'YouTube ASR: Malay with English Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset mainly contains Malay and some Malay-English codeswitch audio clips, featuring with English prompts. <br> It includes approximately 2.55 hours of audio, with indicidual clips ranging form 30 seconds to 95 seconds in length.',
|
151 |
|
152 |
-
|
|
|
|
|
|
|
|
|
153 |
|
154 |
'SEAME-Dev-Mandarin' : 'Under Development',
|
155 |
'SEAME-Dev-Singlish' : 'Under Development',
|
|
|
66 |
'YouTube ASR: English with Strong Emotion': 'ytb_asr_batch2',
|
67 |
'YouTube ASR: Malay with English Prompt': 'ytb_asr_batch3_malay',
|
68 |
'YouTube ASR: Malay with Malay Prompt': 'ytb_asr_batch3_ms_ms_prompt',
|
69 |
+
'YouTube ASR: Chinese with English Prompt': 'ytb_asr_batch3_chinese',
|
70 |
+
'YouTube ASR: Chinese with Chinese Prompt': 'ytb_asr_batch3_zh_zh_prompt',
|
71 |
+
|
72 |
|
73 |
'SEAME-Dev-Mandarin' : 'seame_dev_man',
|
74 |
'SEAME-Dev-Singlish' : 'seame_dev_sge',
|
|
|
152 |
|
153 |
'YouTube ASR: Malay with English Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset mainly contains Malay and some Malay-English codeswitch audio clips, featuring with English prompts. <br> It includes approximately 2.55 hours of audio, with indicidual clips ranging form 30 seconds to 95 seconds in length.',
|
154 |
|
155 |
+
'YouTube ASR: Malay with Malay Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset use the same audio from <i>YouTube ASR: Malay English Prompt</i>, except featuring with Malay prompts. <br> It includes approximately 2.55 hours of audio, with indicidual clips ranging form 30 seconds to 95 seconds in length.',
|
156 |
+
|
157 |
+
'YouTube ASR: Chinese with English Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains Chinese and some Chinese-English codeswitch audio clips, featuring with English prompts. <br> It includes approximately 3.32 hours of audio, with individual clips ranging from 17 seconds to 1966 seconds in length.',
|
158 |
+
|
159 |
+
'YouTube ASR: Chinese with Chinese Prompt': 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains Chinese and some Chinese-English codeswitch audio clips, featuring with Chinese prompts. <br> It includes approximately 3.32 hours of audio, with individual clips ranging from 17 seconds to 1966 seconds in length.',
|
160 |
|
161 |
'SEAME-Dev-Mandarin' : 'Under Development',
|
162 |
'SEAME-Dev-Singlish' : 'Under Development',
|