LisaWang0306 commited on
Commit
2cdfb4c
1 Parent(s): bcc6f80

Update dbp15k-fr-en.py

Browse files
Files changed (1) hide show
  1. dbp15k-fr-en.py +2 -2
dbp15k-fr-en.py CHANGED
@@ -107,7 +107,7 @@ class Dbp15kFrEn(datasets.GeneratorBasedBuilder):
107
  datasets.SplitGenerator(
108
  name="description",
109
  gen_kwargs={
110
- "data_file": os.path.join(dl_dir, "description1"),
111
  "split": "description",
112
  },
113
  ),
@@ -145,7 +145,7 @@ class Dbp15kFrEn(datasets.GeneratorBasedBuilder):
145
  datasets.SplitGenerator(
146
  name="description",
147
  gen_kwargs={
148
- "data_file": os.path.join(dl_dir, "description2"),
149
  "split": "description",
150
  },
151
  ),
 
107
  datasets.SplitGenerator(
108
  name="description",
109
  gen_kwargs={
110
+ "data_file": os.path.join(dl_dir, "description1.pkl"),
111
  "split": "description",
112
  },
113
  ),
 
145
  datasets.SplitGenerator(
146
  name="description",
147
  gen_kwargs={
148
+ "data_file": os.path.join(dl_dir, "description2.pkl"),
149
  "split": "description",
150
  },
151
  ),