Update sbu_captions.py
Browse files- sbu_captions.py +1 -1
sbu_captions.py
CHANGED
@@ -41,7 +41,7 @@ _LICENSE = "unknown"
|
|
41 |
|
42 |
_HOMEPAGE = "http://www.cs.virginia.edu/~vicente/sbucaptions"
|
43 |
|
44 |
-
_URL = "
|
45 |
|
46 |
_FEATURES = datasets.Features(
|
47 |
{"image_url": datasets.Value("string"), "user_id": datasets.Value("string"), "caption": datasets.Value("string")}
|
|
|
41 |
|
42 |
_HOMEPAGE = "http://www.cs.virginia.edu/~vicente/sbucaptions"
|
43 |
|
44 |
+
_URL = "https://www.cs.rice.edu/~vo9/sbucaptions/sbu-captions-all.tar.gz"
|
45 |
|
46 |
_FEATURES = datasets.Features(
|
47 |
{"image_url": datasets.Value("string"), "user_id": datasets.Value("string"), "caption": datasets.Value("string")}
|