Ilker Kesen
commited on
Commit
•
f0dd9aa
1
Parent(s):
3050f94
exclude tr-wikihow-summ until all the experiments complete
Browse files
data.py
CHANGED
@@ -102,7 +102,7 @@ DATASET_GROUPS = {
|
|
102 |
'description': 'Natural Language Inference (NLI) datasets in Turkish: XNLI, SNLI and MNLI.',
|
103 |
},
|
104 |
'SUM': {
|
105 |
-
'datasets': [name for name, task in DATASET_TASK_DICT.items() if task == Tasks.SUMMARIZATION],
|
106 |
'description': 'Summarization datasets in Turkish (XLSum, MLSum, WikiLingua and TrWikiHowSumm).',
|
107 |
},
|
108 |
'GEC': {
|
|
|
102 |
'description': 'Natural Language Inference (NLI) datasets in Turkish: XNLI, SNLI and MNLI.',
|
103 |
},
|
104 |
'SUM': {
|
105 |
+
'datasets': [name for name, task in DATASET_TASK_DICT.items() if task == Tasks.SUMMARIZATION and name != 'tr-wikihow-summ'], # FIXME: include all the datasets.
|
106 |
'description': 'Summarization datasets in Turkish (XLSum, MLSum, WikiLingua and TrWikiHowSumm).',
|
107 |
},
|
108 |
'GEC': {
|