Upload folder using huggingface_hub
Browse files- app/content.py +0 -2
- app/pages.py +0 -4
app/content.py
CHANGED
|
@@ -54,7 +54,6 @@ displayname2datasetname = {
|
|
| 54 |
'SEAME-Dev-Man' : 'seame_dev_man',
|
| 55 |
'SEAME-Dev-Sge' : 'seame_dev_sge',
|
| 56 |
|
| 57 |
-
|
| 58 |
'CNA' : 'cna_test',
|
| 59 |
'IDPC' : 'idpc_test',
|
| 60 |
'Parliament' : 'parliament_test',
|
|
@@ -143,7 +142,6 @@ dataset_diaplay_information = {
|
|
| 143 |
'YTB-ASR-Batch1' : 'Under Development',
|
| 144 |
'YTB-ASR-Batch2' : 'Under Development',
|
| 145 |
|
| 146 |
-
|
| 147 |
'YTB-SQA-Batch1': 'Under Development',
|
| 148 |
'YTB-SDS-Batch1': 'Under Development',
|
| 149 |
'YTB-PQA-Batch1': 'Under Development',
|
|
|
|
| 54 |
'SEAME-Dev-Man' : 'seame_dev_man',
|
| 55 |
'SEAME-Dev-Sge' : 'seame_dev_sge',
|
| 56 |
|
|
|
|
| 57 |
'CNA' : 'cna_test',
|
| 58 |
'IDPC' : 'idpc_test',
|
| 59 |
'Parliament' : 'parliament_test',
|
|
|
|
| 142 |
'YTB-ASR-Batch1' : 'Under Development',
|
| 143 |
'YTB-ASR-Batch2' : 'Under Development',
|
| 144 |
|
|
|
|
| 145 |
'YTB-SQA-Batch1': 'Under Development',
|
| 146 |
'YTB-SDS-Batch1': 'Under Development',
|
| 147 |
'YTB-PQA-Batch1': 'Under Development',
|
app/pages.py
CHANGED
|
@@ -540,12 +540,8 @@ def under_development():
|
|
| 540 |
'Parliament-Short',
|
| 541 |
'UKUS-News-Short',
|
| 542 |
'Mediacorp-Short',
|
| 543 |
-
|
| 544 |
'YTB-ASR-Batch1',
|
| 545 |
'YTB-ASR-Batch2',
|
| 546 |
-
'SEAME-Dev-Man',
|
| 547 |
-
'SEAME-Dev-Sge',
|
| 548 |
-
|
| 549 |
'YTB-SQA-Batch1',
|
| 550 |
'YTB-SDS-Batch1',
|
| 551 |
'YTB-PQA-Batch1',
|
|
|
|
| 540 |
'Parliament-Short',
|
| 541 |
'UKUS-News-Short',
|
| 542 |
'Mediacorp-Short',
|
|
|
|
| 543 |
'YTB-ASR-Batch1',
|
| 544 |
'YTB-ASR-Batch2',
|
|
|
|
|
|
|
|
|
|
| 545 |
'YTB-SQA-Batch1',
|
| 546 |
'YTB-SDS-Batch1',
|
| 547 |
'YTB-PQA-Batch1',
|