asi commited on
Commit
62d39da
1 Parent(s): d485498

:bug: fix path in dataset loading script

Browse files
Files changed (1) hide show
  1. wikitext_fr.py +2 -2
wikitext_fr.py CHANGED
@@ -67,8 +67,8 @@ _LICENSE = "Creative Commons Attribution-ShareAlike License."
67
  # 'wikitext-72': "./wikitext_72/",
68
  # }
69
  _URLs = {
70
- 'wikitext-35': "./wikitext_35/wiki.zip",
71
- 'wikitext-72': "./wikitext_72/wiki.zip",
72
  }
73
 
74
 
67
  # 'wikitext-72': "./wikitext_72/",
68
  # }
69
  _URLs = {
70
+ 'wikitext-35': "wikitext_35/wiki.zip",
71
+ 'wikitext-72': "wikitext_72/wiki.zip",
72
  }
73
 
74