Datasets:
Update DiaBLa.py
Browse files
DiaBLa.py
CHANGED
@@ -92,7 +92,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
|
|
92 |
'eval-verbatim': datasets.Value("string"),
|
93 |
'eval-problems': [
|
94 |
datasets.Value("string"), # possible values = ['coherence', 'grammar', 'meaning', 'word choice', 'style', 'other']
|
95 |
-
]
|
96 |
'lang': datasets.Value("string"), # possible values = ['english', 'french']
|
97 |
}
|
98 |
),
|
|
|
92 |
'eval-verbatim': datasets.Value("string"),
|
93 |
'eval-problems': [
|
94 |
datasets.Value("string"), # possible values = ['coherence', 'grammar', 'meaning', 'word choice', 'style', 'other']
|
95 |
+
],
|
96 |
'lang': datasets.Value("string"), # possible values = ['english', 'french']
|
97 |
}
|
98 |
),
|