eduagarcia
commited on
Update generic_conll.py
Browse files- generic_conll.py +1 -1
generic_conll.py
CHANGED
@@ -14,7 +14,7 @@ class ConllConfig(datasets.BuilderConfig):
|
|
14 |
|
15 |
def __init__(
|
16 |
self,
|
17 |
-
data_files,
|
18 |
separator: str = " ", # conll2003 tokens are space separated
|
19 |
tag_index: int = -1, # conll2003 ner tags are in the last item of each row
|
20 |
**kwargs
|
|
|
14 |
|
15 |
def __init__(
|
16 |
self,
|
17 |
+
data_files=None,
|
18 |
separator: str = " ", # conll2003 tokens are space separated
|
19 |
tag_index: int = -1, # conll2003 ner tags are in the last item of each row
|
20 |
**kwargs
|