edit dataset display information
Browse files- app/content.py +8 -6
app/content.py
CHANGED
@@ -141,15 +141,17 @@ dataset_diaplay_information = {
|
|
141 |
'Parliament-Short': 'Under Development',
|
142 |
'UKUS-News-Short' : 'Under Development',
|
143 |
'Mediacorp-Short' : 'Under Development',
|
144 |
-
'YTB-ASR-Batch1' : '
|
145 |
-
'YTB-ASR-Batch2' : '
|
|
|
|
|
146 |
'SEAME-Dev-Man' : 'Under Development',
|
147 |
'SEAME-Dev-Sge' : 'Under Development',
|
148 |
|
149 |
-
'YTB-SQA-Batch1': 'Under Development',
|
150 |
-
'YTB-SDS-Batch1': 'Under Development',
|
151 |
-
'YTB-PQA-Batch1': 'Under Development',
|
152 |
-
|
153 |
|
154 |
}
|
155 |
|
|
|
141 |
'Parliament-Short': 'Under Development',
|
142 |
'UKUS-News-Short' : 'Under Development',
|
143 |
'Mediacorp-Short' : 'Under Development',
|
144 |
+
'YTB-ASR-Batch1(English with Singapore Content)' : 'YouTube ASR Dataset, English with Singapore Content',
|
145 |
+
'YTB-ASR-Batch2(English with Strong Emotion)' : 'YouTube ASR Dataset, English with strong emotions',
|
146 |
+
'YTB-ASR-Batch3-Malay(Malay and Malay-Eng-CodeSwitch)': 'YouTube ASR Dataset, Malay and Malay-English CondeSwitch'
|
147 |
+
'YTB-ASR-Batch3-Malay-Malay-Prompte(Malay and Malay-Eng-CodeSwitch)': 'YouTube ASR Dataset, Malay and Malay-English CondeSwitch. Use Malay prompts'
|
148 |
'SEAME-Dev-Man' : 'Under Development',
|
149 |
'SEAME-Dev-Sge' : 'Under Development',
|
150 |
|
151 |
+
'YTB-SQA-Batch1(English with Singapore Content)': 'Under Development',
|
152 |
+
'YTB-SDS-Batch1(English with Singapore Content)': 'Under Development',
|
153 |
+
'YTB-PQA-Batch1(English with Singapore Content)': 'Under Development',
|
154 |
+
|
155 |
|
156 |
}
|
157 |
|