mariosasko HF staff commited on
Commit
713fa3b
1 Parent(s): dee3130

Reference data file with relative path (#2)

Browse files

- Use relative path (7b9595f15801f91784eff5e098e33b59f122507b)

Files changed (1) hide show
  1. ted_talks_iwslt.py +2 -3
ted_talks_iwslt.py CHANGED
@@ -62,9 +62,8 @@ _LICENSE = "CC-BY-NC-4.0"
62
  # TODO: Add link to the official dataset URLs here
63
  # The HuggingFace dataset library don't host the datasets but only point to the original files
64
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
65
- _URL = (
66
- "https://huggingface.co/datasets/ted_talks_iwslt/resolve/main/data/XML_releases.tgz"
67
- )
68
 
69
  _LANGUAGES = (
70
  "mr",
62
  # TODO: Add link to the official dataset URLs here
63
  # The HuggingFace dataset library don't host the datasets but only point to the original files
64
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
65
+ _URL = "data/XML_releases.tgz"
66
+
 
67
 
68
  _LANGUAGES = (
69
  "mr",