Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Size:
1M - 10M
ArXiv:
License:
Update fiNERweb.py
Browse files- fiNERweb.py +1 -1
fiNERweb.py
CHANGED
|
@@ -161,7 +161,7 @@ class fiNERweb(datasets.GeneratorBasedBuilder):
|
|
| 161 |
return [
|
| 162 |
datasets.SplitGenerator(
|
| 163 |
name=datasets.Split.TRAIN,
|
| 164 |
-
gen_kwargs={"filepath":
|
| 165 |
)
|
| 166 |
]
|
| 167 |
|
|
|
|
| 161 |
return [
|
| 162 |
datasets.SplitGenerator(
|
| 163 |
name=datasets.Split.TRAIN,
|
| 164 |
+
gen_kwargs={"filepath": filepath}
|
| 165 |
)
|
| 166 |
]
|
| 167 |
|