Update wit.py
Browse files
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(
|
| 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):
|