Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
ArXiv:
Tags:
data-to-text
License:
Abinaya Mahendiran commited on
Commit
ce3fe91
1 Parent(s): 1326c86

Fixed url for totto data

Browse files
Files changed (1) hide show
  1. totto.py +1 -1
totto.py CHANGED
@@ -17,7 +17,7 @@ ToTTo is an open-domain English table-to-text dataset with over 120,000 training
17
 
18
  _URLs = {
19
  "totto": {
20
- "data": "https://storage.googleapis.com/huggingface-nlp/datasets/totto/totto_data.zip",
21
  "challenge_set": "https://storage.googleapis.com/huggingface-nlp/datasets/gem/gem_challenge_sets/totto.zip",
22
  },
23
  }
 
17
 
18
  _URLs = {
19
  "totto": {
20
+ "data": "https://storage.googleapis.com/totto-public/totto_data.zip",
21
  "challenge_set": "https://storage.googleapis.com/huggingface-nlp/datasets/gem/gem_challenge_sets/totto.zip",
22
  },
23
  }