sadrasabouri
commited on
Commit
•
f889754
1
Parent(s):
c09042e
Update naab-raw.py
Browse files- naab-raw.py +1 -1
naab-raw.py
CHANGED
@@ -61,7 +61,7 @@ class NaabRawConfig(datasets.GeneratorBasedBuilder):
|
|
61 |
"""naab-raw: raw version of the naab"""
|
62 |
|
63 |
BUILDER_CONFIGS = [
|
64 |
-
|
65 |
name="all",
|
66 |
version=VERSION,
|
67 |
description=_DESCRIPTION)
|
|
|
61 |
"""naab-raw: raw version of the naab"""
|
62 |
|
63 |
BUILDER_CONFIGS = [
|
64 |
+
NaabRawConfig(
|
65 |
name="all",
|
66 |
version=VERSION,
|
67 |
description=_DESCRIPTION)
|