Datasets:
shuyangcao
commited on
Commit
•
f94a939
1
Parent(s):
e16adeb
transfer owner
Browse files- gov_report_qs.py +1 -1
gov_report_qs.py
CHANGED
@@ -33,7 +33,7 @@ There are two configs:
|
|
33 |
- document: aggregated paragraph-level annotated data for the same document
|
34 |
"""
|
35 |
|
36 |
-
_URL = "https://huggingface.co/datasets/
|
37 |
_URLS = {
|
38 |
"train": _URL + "train.jsonl",
|
39 |
"valid": _URL + "valid.jsonl",
|
|
|
33 |
- document: aggregated paragraph-level annotated data for the same document
|
34 |
"""
|
35 |
|
36 |
+
_URL = "https://huggingface.co/datasets/launch/gov_report_qs/resolve/main/data/"
|
37 |
_URLS = {
|
38 |
"train": _URL + "train.jsonl",
|
39 |
"valid": _URL + "valid.jsonl",
|