Datasets:
Tasks:
Table to Text
Modalities:
Text
Languages:
English
Size:
10K - 100K
Tags:
data-to-text
License:
ratishsp
commited on
Commit
•
445676a
1
Parent(s):
5efe2da
update url with file extension
Browse files- mlb_data_to_text.py +3 -3
mlb_data_to_text.py
CHANGED
@@ -49,9 +49,9 @@ _HOMEPAGE = "https://github.com/ratishsp/mlb-data-scripts"
|
|
49 |
_LICENSE = ""
|
50 |
|
51 |
_URLs = {
|
52 |
-
"train": "train.jsonl",
|
53 |
-
"validation": "validation.jsonl",
|
54 |
-
"test": "test.jsonl"
|
55 |
}
|
56 |
|
57 |
|
|
|
49 |
_LICENSE = ""
|
50 |
|
51 |
_URLs = {
|
52 |
+
"train": "train.jsonl.bz2",
|
53 |
+
"validation": "validation.jsonl.bz2",
|
54 |
+
"test": "test.jsonl.bz2"
|
55 |
}
|
56 |
|
57 |
|