Datasets:

Multilinguality:
translation
Size Categories:
1K<n<10K
n<1K
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:

Reference data file with relative path

#2
by mariosasko - opened
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",