Datasets:
fixed link
Browse files
TGIF.py
CHANGED
@@ -27,7 +27,7 @@ and three sentences per GIF for the test split. The dataset shall be used to eva
|
|
27 |
|
28 |
_URL_BASE = "http://raingo.github.io/TGIF-Release/"
|
29 |
|
30 |
-
_DL_URL = "https://huggingface.co/datasets/Leyo/TGIF/
|
31 |
|
32 |
class TGIFConfig(datasets.BuilderConfig):
|
33 |
"""BuilderConfig for TGIF."""
|
|
|
27 |
|
28 |
_URL_BASE = "http://raingo.github.io/TGIF-Release/"
|
29 |
|
30 |
+
_DL_URL = "https://huggingface.co/datasets/Leyo/TGIF/resolve/main/data.tar.gz"
|
31 |
|
32 |
class TGIFConfig(datasets.BuilderConfig):
|
33 |
"""BuilderConfig for TGIF."""
|