graelo commited on
Commit
39f34ba
1 Parent(s): 3ec95a4

fix: use relative path

Browse files
Files changed (1) hide show
  1. wikipedia.py +2 -1
wikipedia.py CHANGED
@@ -389,7 +389,8 @@ WIKIPEDIA_LANGUAGES = [
389
  "zu",
390
  ]
391
 
392
- _BASE_URL_TMPL = "https://huggingface.co/datasets/graelo/wikipedia/resolve/main/data/{date}/train-{lang}.parquet"
 
393
 
394
 
395
  _VERSION = datasets.Version("2.0.0", "")
 
389
  "zu",
390
  ]
391
 
392
+ # _BASE_URL_TMPL = "https://huggingface.co/datasets/graelo/wikipedia/resolve/main/data/{date}/train-{lang}.parquet"
393
+ _BASE_URL_TMPL = "data/{date}/train-{lang}.parquet"
394
 
395
 
396
  _VERSION = datasets.Version("2.0.0", "")