Datasets:
sadrasabouri
commited on
Commit
•
91c87a2
1
Parent(s):
8cbc537
Update naab.py
Browse files
naab.py
CHANGED
@@ -81,9 +81,7 @@ class Naab(datasets.GeneratorBasedBuilder):
|
|
81 |
DEFAULT_CONFIG_NAME = "train"
|
82 |
|
83 |
def _info(self):
|
84 |
-
features = datasets.Features(
|
85 |
-
{
|
86 |
-
"id": datasets.Value("int"),
|
87 |
"paragraph": datasets.Value("string")
|
88 |
}
|
89 |
)
|
|
|
81 |
DEFAULT_CONFIG_NAME = "train"
|
82 |
|
83 |
def _info(self):
|
84 |
+
features = datasets.Features({
|
|
|
|
|
85 |
"paragraph": datasets.Value("string")
|
86 |
}
|
87 |
)
|