gsarti commited on
Commit
354abb4
1 Parent(s): e7d9870
Files changed (1) hide show
  1. wmt_vat.py +1 -1
wmt_vat.py CHANGED
@@ -131,7 +131,7 @@ class WmtVat(datasets.GeneratorBasedBuilder):
131
  gen_kwargs={
132
  "src_path": src_file,
133
  "ref_path": ref_file,
134
- "pair": self.config.name[5:].replace("_", "-"),
135
  "meta_path": meta_file
136
  },
137
  )
 
131
  gen_kwargs={
132
  "src_path": src_file,
133
  "ref_path": ref_file,
134
+ "pair": self.config.name[6:].replace("_", "-"),
135
  "meta_path": meta_file
136
  },
137
  )