Datasets:

Multilinguality:
translation
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
rbawden commited on
Commit
b05395d
1 Parent(s): c387054

Update DiaBLa.py

Browse files
Files changed (1) hide show
  1. DiaBLa.py +3 -2
DiaBLa.py CHANGED
@@ -38,7 +38,7 @@ class DiablaConfig(datasets.BuilderConfig):
38
  '''BuilderConfig for DiaBLa.'''
39
 
40
  def __init__(self, **kwargs):
41
- """BuilderConfig for SQUAD.
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
- SquadConfig(
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,