Upload folder using huggingface_hub
Browse files- app/content.py +6 -4
app/content.py
CHANGED
@@ -51,6 +51,9 @@ displayname2datasetname = {
|
|
51 |
'MNSC-PART4-SDS' : 'imda_part4_30s_ds_human_test',
|
52 |
'MNSC-PART5-SDS' : 'imda_part5_30s_ds_human_test',
|
53 |
'MNSC-PART6-SDS' : 'imda_part6_30s_ds_human_test',
|
|
|
|
|
|
|
54 |
|
55 |
'CNA' : 'cna_test',
|
56 |
'IDPC' : 'idpc_test',
|
@@ -63,8 +66,6 @@ displayname2datasetname = {
|
|
63 |
'Mediacorp-Short' : 'mediacorp_short_test',
|
64 |
'YTB-ASR-Batch1' : 'ytb_asr_batch1',
|
65 |
'YTB-ASR-Batch2' : 'ytb_asr_batch2',
|
66 |
-
'SEAME-Dev-Man' : 'seame_dev_man',
|
67 |
-
'SEAME-Dev-Sge' : 'seame_dev_sge',
|
68 |
|
69 |
'YTB-SQA-Batch1': 'ytb_sqa_batch1',
|
70 |
'YTB-SDS-Batch1': 'ytb_sds_batch1',
|
@@ -128,6 +129,8 @@ dataset_diaplay_information = {
|
|
128 |
'MNSC-PART4-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 4.',
|
129 |
'MNSC-PART5-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 5.',
|
130 |
'MNSC-PART6-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 6.',
|
|
|
|
|
131 |
|
132 |
'CNA' : 'Under Development',
|
133 |
'IDPC' : 'Under Development',
|
@@ -140,8 +143,7 @@ dataset_diaplay_information = {
|
|
140 |
'Mediacorp-Short' : 'Under Development',
|
141 |
'YTB-ASR-Batch1' : 'Under Development',
|
142 |
'YTB-ASR-Batch2' : 'Under Development',
|
143 |
-
|
144 |
-
'SEAME-Dev-Sge' : 'Under Development',
|
145 |
|
146 |
'YTB-SQA-Batch1': 'Under Development',
|
147 |
'YTB-SDS-Batch1': 'Under Development',
|
|
|
51 |
'MNSC-PART4-SDS' : 'imda_part4_30s_ds_human_test',
|
52 |
'MNSC-PART5-SDS' : 'imda_part5_30s_ds_human_test',
|
53 |
'MNSC-PART6-SDS' : 'imda_part6_30s_ds_human_test',
|
54 |
+
'SEAME-Dev-Man' : 'seame_dev_man',
|
55 |
+
'SEAME-Dev-Sge' : 'seame_dev_sge',
|
56 |
+
|
57 |
|
58 |
'CNA' : 'cna_test',
|
59 |
'IDPC' : 'idpc_test',
|
|
|
66 |
'Mediacorp-Short' : 'mediacorp_short_test',
|
67 |
'YTB-ASR-Batch1' : 'ytb_asr_batch1',
|
68 |
'YTB-ASR-Batch2' : 'ytb_asr_batch2',
|
|
|
|
|
69 |
|
70 |
'YTB-SQA-Batch1': 'ytb_sqa_batch1',
|
71 |
'YTB-SDS-Batch1': 'ytb_sds_batch1',
|
|
|
129 |
'MNSC-PART4-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 4.',
|
130 |
'MNSC-PART5-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 5.',
|
131 |
'MNSC-PART6-SDS' : 'Multitak National Speech Corpus (MNSC) dataset, dialogue summarization task, Part 6.',
|
132 |
+
'SEAME-Dev-Man' : 'SEAME dataset, English-Mandarin Code-swithcing',
|
133 |
+
'SEAME-Dev-Sge' : 'SEAME dataset, English-Mandarin Code-swithcing',
|
134 |
|
135 |
'CNA' : 'Under Development',
|
136 |
'IDPC' : 'Under Development',
|
|
|
143 |
'Mediacorp-Short' : 'Under Development',
|
144 |
'YTB-ASR-Batch1' : 'Under Development',
|
145 |
'YTB-ASR-Batch2' : 'Under Development',
|
146 |
+
|
|
|
147 |
|
148 |
'YTB-SQA-Batch1': 'Under Development',
|
149 |
'YTB-SDS-Batch1': 'Under Development',
|