王子傲 commited on
Commit
b9d0f10
1 Parent(s): 008ebe8

fix loading script

Browse files
Files changed (1) hide show
  1. roc_stories.py +1 -2
roc_stories.py CHANGED
@@ -49,8 +49,7 @@ _LICENSE = ""
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
- "2016": "ROCStories__spring2016.csv",
53
- "2017": "ROCStories_winter2017.csv"
54
  }
55
 
56
 
 
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
+ "all": ["ROCStories__spring2016.csv", "ROCStories_winter2017.csv"]
 
53
  }
54
 
55