gsarti commited on
Commit
0e61b7b
1 Parent(s): 2e7c41d

Update clean-mc4-it.py

Browse files
Files changed (1) hide show
  1. clean-mc4-it.py +5 -5
clean-mc4-it.py CHANGED
@@ -76,7 +76,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
76
 
77
  BUILDER_CONFIGS = [
78
  CleanMc4ItConfig(
79
- name="tiny"
80
  version=datasets.Version("1.0.0"),
81
  description=textwrap.dedent(
82
  f"""\
@@ -86,7 +86,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
86
  )
87
  ),
88
  CleanMc4ItConfig(
89
- name="small"
90
  version=datasets.Version("1.0.0"),
91
  description=textwrap.dedent(
92
  f"""\
@@ -96,7 +96,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
96
  )
97
  ),
98
  CleanMc4ItConfig(
99
- name="medium"
100
  version=datasets.Version("1.0.0"),
101
  description=textwrap.dedent(
102
  f"""\
@@ -106,7 +106,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
106
  )
107
  ),
108
  CleanMc4ItConfig(
109
- name="large"
110
  version=datasets.Version("1.0.0"),
111
  description=textwrap.dedent(
112
  f"""\
@@ -116,7 +116,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
116
  )
117
  ),
118
  CleanMc4ItConfig(
119
- name="full"
120
  version=datasets.Version("1.0.0"),
121
  description=textwrap.dedent(
122
  f"""\
 
76
 
77
  BUILDER_CONFIGS = [
78
  CleanMc4ItConfig(
79
+ name="tiny",
80
  version=datasets.Version("1.0.0"),
81
  description=textwrap.dedent(
82
  f"""\
 
86
  )
87
  ),
88
  CleanMc4ItConfig(
89
+ name="small",
90
  version=datasets.Version("1.0.0"),
91
  description=textwrap.dedent(
92
  f"""\
 
96
  )
97
  ),
98
  CleanMc4ItConfig(
99
+ name="medium",
100
  version=datasets.Version("1.0.0"),
101
  description=textwrap.dedent(
102
  f"""\
 
106
  )
107
  ),
108
  CleanMc4ItConfig(
109
+ name="large",
110
  version=datasets.Version("1.0.0"),
111
  description=textwrap.dedent(
112
  f"""\
 
116
  )
117
  ),
118
  CleanMc4ItConfig(
119
+ name="full",
120
  version=datasets.Version("1.0.0"),
121
  description=textwrap.dedent(
122
  f"""\