Datasets:
Update DiaBLa.py
Browse files
DiaBLa.py
CHANGED
@@ -38,7 +38,7 @@ class DiablaConfig(datasets.BuilderConfig):
|
|
38 |
'''BuilderConfig for DiaBLa.'''
|
39 |
|
40 |
def __init__(self, **kwargs):
|
41 |
-
"""BuilderConfig for
|
42 |
|
43 |
Args:
|
44 |
**kwargs: keyword arguments forwarded to super.
|
@@ -50,13 +50,14 @@ class Diabla(datasets.GeneratorBasedBuilder):
|
|
50 |
'''DiaBLa: English-French parallel dataset of bilingual dialogue'''
|
51 |
|
52 |
BUILDER_CONFIGS = [
|
53 |
-
|
54 |
name="plain_text",
|
55 |
version=datasets.Version("1.0.0", ""),
|
56 |
description="Plain text",
|
57 |
),
|
58 |
]
|
59 |
|
|
|
60 |
def _info(self):
|
61 |
return datasets.DatasetInfo(
|
62 |
description=_DESCRIPTION,
|
|
|
38 |
'''BuilderConfig for DiaBLa.'''
|
39 |
|
40 |
def __init__(self, **kwargs):
|
41 |
+
"""BuilderConfig for DiaBLa.
|
42 |
|
43 |
Args:
|
44 |
**kwargs: keyword arguments forwarded to super.
|
|
|
50 |
'''DiaBLa: English-French parallel dataset of bilingual dialogue'''
|
51 |
|
52 |
BUILDER_CONFIGS = [
|
53 |
+
DiablaConfig(
|
54 |
name="plain_text",
|
55 |
version=datasets.Version("1.0.0", ""),
|
56 |
description="Plain text",
|
57 |
),
|
58 |
]
|
59 |
|
60 |
+
#TODO
|
61 |
def _info(self):
|
62 |
return datasets.DatasetInfo(
|
63 |
description=_DESCRIPTION,
|