Datasets:
Commit ·
6129588
1
Parent(s): eee59a7
Update xP3x-sample.py
Browse files- xP3x-sample.py +1 -1
xP3x-sample.py
CHANGED
|
@@ -56,7 +56,7 @@ _DS = [
|
|
| 56 |
"xquad.jsonl",
|
| 57 |
]
|
| 58 |
_LICENSE = "Apache License 2.0"
|
| 59 |
-
_URL = "https://huggingface.co/datasets/Muennighoff/xP3x-sample/raw/main/{ds}"
|
| 60 |
_VERSION = datasets.Version("1.1.0", "")
|
| 61 |
|
| 62 |
|
|
|
|
| 56 |
"xquad.jsonl",
|
| 57 |
]
|
| 58 |
_LICENSE = "Apache License 2.0"
|
| 59 |
+
_URL = "https://huggingface.co/datasets/Muennighoff/xP3x-sample/raw/main/{ds}.jsonl"
|
| 60 |
_VERSION = datasets.Version("1.1.0", "")
|
| 61 |
|
| 62 |
|