sumanthd commited on
Commit
fdc2d78
1 Parent(s): 0be6f2f

Update samanantar.py

Browse files
Files changed (1) hide show
  1. samanantar.py +1 -1
samanantar.py CHANGED
@@ -81,7 +81,7 @@ class Samanantar(datasets.GeneratorBasedBuilder):
81
  datasets.SplitGenerator(
82
  name=datasets.Split.TRAIN,
83
  gen_kwargs={
84
- "data_dir": (Path(data_dir) / "v2" / f"en-{self.config.language}"),
85
  },
86
  ),
87
  ]
 
81
  datasets.SplitGenerator(
82
  name=datasets.Split.TRAIN,
83
  gen_kwargs={
84
+ "data_dir": (Path(data_dir) / "samanantar_paper_version" / f"en-{self.config.language}"),
85
  },
86
  ),
87
  ]