Datasets:
Tasks:
Table to Text
Modalities:
Text
Languages:
English
Size:
100K - 1M
ArXiv:
Tags:
data-to-text
License:
Abinaya Mahendiran commited on
Commit ·
ce3fe91
1
Parent(s): 1326c86
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/
|
| 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 |
}
|