Upload folder using huggingface_hub
Browse files- app/content.py +1 -1
- app/pages.py +1 -1
app/content.py
CHANGED
@@ -145,7 +145,7 @@ dataset_diaplay_information = {
|
|
145 |
|
146 |
'YouTube ASR: English Singapore Content' : 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains English and Singlish audio clips, featuring Singapore-related content. <br> It includes approximately 2.5 hours of audio, with individual clips ranging from 2 seconds to 30 seconds in length.',
|
147 |
|
148 |
-
'YouTube ASR: English with Strong Emotion' : 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains English and some unknown languages audio clips, featuring speech with strong emotional expression. <br> It includes approximately 3.9 hours of audio, with each clip lasting 30 seconds.',
|
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 |
|
|
|
145 |
|
146 |
'YouTube ASR: English Singapore Content' : 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains English and Singlish audio clips, featuring Singapore-related content. <br> It includes approximately 2.5 hours of audio, with individual clips ranging from 2 seconds to 30 seconds in length.',
|
147 |
|
148 |
+
'YouTube ASR: English with Strong Emotion' : 'YouTube Evaluation Dataset for ASR Task: <br> This dataset contains English, Singlish and some unknown languages audio clips, featuring speech with strong emotional expression. <br> It includes approximately 3.9 hours of audio, with each clip lasting 30 seconds.',
|
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 |
|
app/pages.py
CHANGED
@@ -608,7 +608,7 @@ def under_development():
|
|
608 |
|
609 |
'YouTube ASR: English Singapore Content',
|
610 |
'YouTube ASR: English with Strong Emotion',
|
611 |
-
'YouTube ASR: Malay English Prompt',
|
612 |
# 'YouTube ASR: Malay with Malay Prompt',
|
613 |
|
614 |
'SEAME-Dev-Mandarin',
|
|
|
608 |
|
609 |
'YouTube ASR: English Singapore Content',
|
610 |
'YouTube ASR: English with Strong Emotion',
|
611 |
+
'YouTube ASR: Malay with English Prompt',
|
612 |
# 'YouTube ASR: Malay with Malay Prompt',
|
613 |
|
614 |
'SEAME-Dev-Mandarin',
|