Upload folder using huggingface_hub
Browse files- app/content.py +1 -1
- app/pages.py +1 -1
app/content.py
CHANGED
@@ -147,7 +147,7 @@ dataset_diaplay_information = {
|
|
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 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 |
# '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.',
|
153 |
|
|
|
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 |
|
152 |
# '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.',
|
153 |
|
app/pages.py
CHANGED
@@ -534,7 +534,7 @@ def under_development():
|
|
534 |
dataset_lists = [
|
535 |
'YouTube ASR: English Singapore Content',
|
536 |
'YouTube ASR: English with Strong Emotion',
|
537 |
-
'YouTube ASR: Malay English Prompt',
|
538 |
# 'YouTube ASR: Malay with Malay Prompt',
|
539 |
|
540 |
'YouTube SQA: English with Singapore Content',
|
|
|
534 |
dataset_lists = [
|
535 |
'YouTube ASR: English Singapore Content',
|
536 |
'YouTube ASR: English with Strong Emotion',
|
537 |
+
'YouTube ASR: Malay with English Prompt',
|
538 |
# 'YouTube ASR: Malay with Malay Prompt',
|
539 |
|
540 |
'YouTube SQA: English with Singapore Content',
|