LisaWang0306 commited on
Commit
779f055
1 Parent(s): e2e397d

Update dbp15k-fr-en.py

Browse files
Files changed (1) hide show
  1. dbp15k-fr-en.py +2 -2
dbp15k-fr-en.py CHANGED
@@ -100,7 +100,7 @@ class Dbp15kFrEn(datasets.GeneratorBasedBuilder):
100
  },
101
  ),
102
  datasets.SplitGenerator(
103
- name="rel_triples_whole",
104
  gen_kwargs={
105
  "data_file": os.path.join(dl_dir, "att_triples_whole_1"),
106
  "split": "attr_triples_whole",
@@ -152,7 +152,7 @@ class Dbp15kFrEn(datasets.GeneratorBasedBuilder):
152
  },
153
  ),
154
  datasets.SplitGenerator(
155
- name="rel_triples_whole",
156
  gen_kwargs={
157
  "data_file": os.path.join(dl_dir, "att_triples_whole_2"),
158
  "split": "attr_triples_whole",
 
100
  },
101
  ),
102
  datasets.SplitGenerator(
103
+ name="attr_triples_whole",
104
  gen_kwargs={
105
  "data_file": os.path.join(dl_dir, "att_triples_whole_1"),
106
  "split": "attr_triples_whole",
 
152
  },
153
  ),
154
  datasets.SplitGenerator(
155
+ name="attr_triples_whole",
156
  gen_kwargs={
157
  "data_file": os.path.join(dl_dir, "att_triples_whole_2"),
158
  "split": "attr_triples_whole",