riversong
commited on
Commit
•
07d93bd
1
Parent(s):
4de4098
latest
Browse files- load_script.py +3 -3
load_script.py
CHANGED
@@ -49,9 +49,9 @@ _LICENSE = "CC-BY-SA-3.0"
|
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
_URLS = {
|
52 |
-
"train": "https://huggingface.co/datasets/kqsong/
|
53 |
-
"valid": "https://huggingface.co/datasets/kqsong/
|
54 |
-
"test": "https://huggingface.co/datasets/kqsong/
|
55 |
}
|
56 |
|
57 |
|
|
|
49 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
50 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
51 |
_URLS = {
|
52 |
+
"train": "https://huggingface.co/datasets/kqsong/OASum/resolve/main/train.jsonl",
|
53 |
+
"valid": "https://huggingface.co/datasets/kqsong/OASum/resolve/main/valid.jsonl",
|
54 |
+
"test": "https://huggingface.co/datasets/kqsong/OASum/resolve/main/test.jsonl"
|
55 |
}
|
56 |
|
57 |
|