Datasets:
Update swiss_legislation.py
Browse files- swiss_legislation.py +1 -1
swiss_legislation.py
CHANGED
@@ -81,7 +81,7 @@ class SwissLegilation(datasets.GeneratorBasedBuilder):
|
|
81 |
name=datasets.Split.TRAIN,
|
82 |
# These kwargs will be passed to _generate_examples
|
83 |
gen_kwargs={
|
84 |
-
"filepath":
|
85 |
"split": "train",
|
86 |
},
|
87 |
)
|
|
|
81 |
name=datasets.Split.TRAIN,
|
82 |
# These kwargs will be passed to _generate_examples
|
83 |
gen_kwargs={
|
84 |
+
"filepath": filepath,
|
85 |
"split": "train",
|
86 |
},
|
87 |
)
|