Stern5497 commited on
Commit
e95cff6
1 Parent(s): 4d86c63

Update swiss_legislation.py

Browse files
Files changed (1) hide show
  1. 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": filepath_train,
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
  )