nateraw commited on
Commit
f669f4f
·
1 Parent(s): c236177

Update wit.py

Browse files
Files changed (1) hide show
  1. wit.py +1 -1
wit.py CHANGED
@@ -22,7 +22,7 @@ _HOMEPAGE = "https://github.com/google-research-datasets/wit"
22
  _URL = "https://storage.googleapis.com/huggingface-nlp/datasets/wit/"
23
  _URLS = {
24
  # TODO - This should be in range(400). Haven't mirrored all the files yet.
25
- 'train': [_URL + f"part-{'%05d' % i}-48a6f07e-bb86-4735-aac7-883349f41a28-c000.json.gz" for i in range(3, 5)]
26
  }
27
 
28
  class Wit(datasets.GeneratorBasedBuilder):
 
22
  _URL = "https://storage.googleapis.com/huggingface-nlp/datasets/wit/"
23
  _URLS = {
24
  # TODO - This should be in range(400). Haven't mirrored all the files yet.
25
+ 'train': [_URL + f"part-{'%05d' % i}-48a6f07e-bb86-4735-aac7-883349f41a28-c000.json.gz" for i in range(10)]
26
  }
27
 
28
  class Wit(datasets.GeneratorBasedBuilder):