Upload folder using huggingface_hub
Browse files- app/content.py +2 -1
- app/pages.py +1 -1
app/content.py
CHANGED
@@ -61,9 +61,10 @@ displayname2datasetname = {
|
|
61 |
'Parliament-Short': 'parliament_short_test',
|
62 |
'UKUS-News-Short' : 'ukusnews_short_test',
|
63 |
'Mediacorp-Short' : 'mediacorp_short_test',
|
|
|
64 |
'YouTube ASR: English Singapore Content': 'ytb_asr_batch1',
|
65 |
'YouTube ASR: English with Strong Emotion': 'ytb_asr_batch2',
|
66 |
-
'YouTube ASR: Malay English Prompt': '
|
67 |
'YouTube ASR: Malay with Malay Prompt': 'ytb_asr_batch3_ms_ms_prompt',
|
68 |
|
69 |
'SEAME-Dev-Mandarin' : 'seame_dev_man',
|
|
|
61 |
'Parliament-Short': 'parliament_short_test',
|
62 |
'UKUS-News-Short' : 'ukusnews_short_test',
|
63 |
'Mediacorp-Short' : 'mediacorp_short_test',
|
64 |
+
|
65 |
'YouTube ASR: English Singapore Content': 'ytb_asr_batch1',
|
66 |
'YouTube ASR: English with Strong Emotion': 'ytb_asr_batch2',
|
67 |
+
'YouTube ASR: Malay 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',
|
app/pages.py
CHANGED
@@ -607,7 +607,7 @@ def under_development():
|
|
607 |
'YouTube ASR: English Singapore Content',
|
608 |
'YouTube ASR: English with Strong Emotion',
|
609 |
'YouTube ASR: Malay English Prompt',
|
610 |
-
|
611 |
|
612 |
'SEAME-Dev-Mandarin',
|
613 |
'SEAME-Dev-Singlish',
|
|
|
607 |
'YouTube ASR: English Singapore Content',
|
608 |
'YouTube ASR: English with Strong Emotion',
|
609 |
'YouTube ASR: Malay English Prompt',
|
610 |
+
# 'YouTube ASR: Malay with Malay Prompt',
|
611 |
|
612 |
'SEAME-Dev-Mandarin',
|
613 |
'SEAME-Dev-Singlish',
|