zhuohan-7 commited on
Commit
6c88af8
·
1 Parent(s): 150c272

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/pages.py +10 -8
app/pages.py CHANGED
@@ -532,6 +532,15 @@ def under_development():
532
 
533
 
534
  dataset_lists = [
 
 
 
 
 
 
 
 
 
535
  'CNA',
536
  'IDPC',
537
  'Parliament',
@@ -541,18 +550,11 @@ def under_development():
541
  'Parliament-Short',
542
  'UKUS-News-Short',
543
  'Mediacorp-Short',
544
-
545
- 'YouTube ASR: English Singapore Content',
546
- 'YouTube ASR: English with Strong Emotion',
547
- 'YouTube ASR: Malay English Prompt',
548
- 'YouTube ASR: Malay with Malay Prompt',
549
 
550
  'SEAME-Dev-Mandarin',
551
  'SEAME-Dev-Singlish',
552
 
553
- 'YouTube SQA: English with Singapore Content',
554
- 'YouTube SDS: English with Singapore Content',
555
- 'YouTube PQA: English with Singapore Content',
556
 
557
  ]
558
 
 
532
 
533
 
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',
541
+ 'YouTube SDS: English with Singapore Content',
542
+ 'YouTube PQA: English with Singapore Content',
543
+
544
  'CNA',
545
  'IDPC',
546
  'Parliament',
 
550
  'Parliament-Short',
551
  'UKUS-News-Short',
552
  'Mediacorp-Short',
 
 
 
 
 
553
 
554
  'SEAME-Dev-Mandarin',
555
  'SEAME-Dev-Singlish',
556
 
557
+
 
 
558
 
559
  ]
560