Datasets:
fix nonworking uid for training set
Browse filesThe previous uid in the link to download the train set was broken. I replaced it with the correct one.
- craigslist_bargains.py +1 -1
craigslist_bargains.py
CHANGED
@@ -44,7 +44,7 @@ _HOMEPAGE = "https://stanfordnlp.github.io/cocoa/"
|
|
44 |
_LICENSE = ""
|
45 |
|
46 |
_URLs = {
|
47 |
-
"train": "https://worksheets.codalab.org/rest/bundles/
|
48 |
"validation": "https://worksheets.codalab.org/rest/bundles/0x15c4160b43d44ee3a8386cca98da138c/contents/blob/parsed.json",
|
49 |
"test": "https://worksheets.codalab.org/rest/bundles/0x54d325bbcfb2463583995725ed8ca42b/contents/blob/",
|
50 |
}
|
|
|
44 |
_LICENSE = ""
|
45 |
|
46 |
_URLs = {
|
47 |
+
"train": "https://worksheets.codalab.org/rest/bundles/0xda2bae7241044dbaa4e8ebb02c280d8f/contents/blob/parsed.json",
|
48 |
"validation": "https://worksheets.codalab.org/rest/bundles/0x15c4160b43d44ee3a8386cca98da138c/contents/blob/parsed.json",
|
49 |
"test": "https://worksheets.codalab.org/rest/bundles/0x54d325bbcfb2463583995725ed8ca42b/contents/blob/",
|
50 |
}
|