Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
riversong commited on
Commit
07d93bd
1 Parent(s): 4de4098
Files changed (1) hide show
  1. 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/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
 
 
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