Datasets:
Update DiaBLa.py
Browse files
DiaBLa.py
CHANGED
@@ -72,7 +72,7 @@ class Diabla(datasets.GeneratorBasedBuilder):
|
|
72 |
'eval-verbatim': datasets.Value('string'),
|
73 |
'eval-problems': [
|
74 |
datasets.Value("string"), # possible values = ['coherence', 'grammar', 'meaning', 'word choice', 'style', 'other']
|
75 |
-
]
|
76 |
'lang': datasets.Value("string"), # possible values = ['english', 'french']
|
77 |
}
|
78 |
),
|
|
|
72 |
'eval-verbatim': datasets.Value('string'),
|
73 |
'eval-problems': [
|
74 |
datasets.Value("string"), # possible values = ['coherence', 'grammar', 'meaning', 'word choice', 'style', 'other']
|
75 |
+
],
|
76 |
'lang': datasets.Value("string"), # possible values = ['english', 'french']
|
77 |
}
|
78 |
),
|