Datasets:
Tasks:
Table to Text
Modalities:
Text
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
data-to-text
License:
Abinaya Mahendiran
commited on
Commit
•
1326c86
1
Parent(s):
478b3e6
Fixed url for totto data
Browse files
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/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/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 |
}
|