Igor
commited on
Commit
·
c86a047
1
Parent(s):
2a5f91a
minor(dev): fix dataset name
Browse files
daiso.py
CHANGED
@@ -94,7 +94,7 @@ class DAISO(datasets.GeneratorBasedBuilder):
|
|
94 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
95 |
BUILDER_CONFIGS = [
|
96 |
DAISOConfig(
|
97 |
-
name="",
|
98 |
description=textwrap.dedent(
|
99 |
"""\
|
100 |
"""
|
|
|
94 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
95 |
BUILDER_CONFIGS = [
|
96 |
DAISOConfig(
|
97 |
+
name="dyda",
|
98 |
description=textwrap.dedent(
|
99 |
"""\
|
100 |
"""
|