change youtube dataset name
Browse files- app/pages.py +14 -10
app/pages.py
CHANGED
@@ -539,14 +539,16 @@ def under_development():
|
|
539 |
'UKUS-News-Short',
|
540 |
'Mediacorp-Short',
|
541 |
|
542 |
-
'YTB-ASR-Batch1',
|
543 |
-
'YTB-ASR-Batch2',
|
|
|
|
|
544 |
'SEAME-Dev-Man',
|
545 |
'SEAME-Dev-Sge',
|
546 |
|
547 |
-
'YTB-SQA-Batch1',
|
548 |
-
'YTB-SDS-Batch1',
|
549 |
-
'YTB-PQA-Batch1',
|
550 |
|
551 |
]
|
552 |
|
@@ -569,8 +571,10 @@ def under_development():
|
|
569 |
'Parliament-Short',
|
570 |
'UKUS-News-Short',
|
571 |
'Mediacorp-Short',
|
572 |
-
'YTB-ASR-Batch1',
|
573 |
-
'YTB-ASR-Batch2',
|
|
|
|
|
574 |
'SEAME-Dev-Man',
|
575 |
'SEAME-Dev-Sge',
|
576 |
]:
|
@@ -578,9 +582,9 @@ def under_development():
|
|
578 |
draw('vu', 'under_development_wer', filter_1, 'wer')
|
579 |
|
580 |
elif filter_1 in [
|
581 |
-
'YTB-SQA-Batch1',
|
582 |
-
'YTB-SDS-Batch1',
|
583 |
-
'YTB-PQA-Batch1',
|
584 |
]:
|
585 |
draw('vu', 'under_development_llama3_70b_judge', filter_1, 'llama3_70b_judge')
|
586 |
|
|
|
539 |
'UKUS-News-Short',
|
540 |
'Mediacorp-Short',
|
541 |
|
542 |
+
'YTB-ASR-Batch1(English with Singapore Content)',
|
543 |
+
'YTB-ASR-Batch2(English with Strong Emotion)',
|
544 |
+
'YTB-ASR-Batch3-Malay(Malay and Malay-Eng-CodeSwitch)',
|
545 |
+
'YTB-ASR-Batch3-Malay-Malay-Prompte(Malay and Malay-Eng-CodeSwitch)',
|
546 |
'SEAME-Dev-Man',
|
547 |
'SEAME-Dev-Sge',
|
548 |
|
549 |
+
'YTB-SQA-Batch1(English with Singapore Content)',
|
550 |
+
'YTB-SDS-Batch1(English with Singapore Content)',
|
551 |
+
'YTB-PQA-Batch1(English with Singapore Content)',
|
552 |
|
553 |
]
|
554 |
|
|
|
571 |
'Parliament-Short',
|
572 |
'UKUS-News-Short',
|
573 |
'Mediacorp-Short',
|
574 |
+
'YTB-ASR-Batch1(English with Singapore Content)',
|
575 |
+
'YTB-ASR-Batch2(English with Strong Emotion)',
|
576 |
+
'YTB-ASR-Batch3-Malay(Malay and Malay-Eng-CodeSwitch)',
|
577 |
+
'YTB-ASR-Batch3-Malay-Malay-Prompte(Malay and Malay-Eng-CodeSwitch)',
|
578 |
'SEAME-Dev-Man',
|
579 |
'SEAME-Dev-Sge',
|
580 |
]:
|
|
|
582 |
draw('vu', 'under_development_wer', filter_1, 'wer')
|
583 |
|
584 |
elif filter_1 in [
|
585 |
+
'YTB-SQA-Batch1(English with Singapore Content)',
|
586 |
+
'YTB-SDS-Batch1(English with Singapore Content)',
|
587 |
+
'YTB-PQA-Batch1(English with Singapore Content)',
|
588 |
]:
|
589 |
draw('vu', 'under_development_llama3_70b_judge', filter_1, 'llama3_70b_judge')
|
590 |
|