Leyo commited on
Commit
0ab0149
·
1 Parent(s): 9104d0a

fixed link

Browse files
Files changed (1) hide show
  1. TGIF.py +1 -1
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/blob/main/data.tar.gz"
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."""