eloukas commited on
Commit
540a549
1 Parent(s): 9218f6e

Update edgar_corpus.py

Browse files
Files changed (1) hide show
  1. edgar_corpus.py +1 -1
edgar_corpus.py CHANGED
@@ -52,7 +52,7 @@ _FEATURES = [
52
  "section_15",
53
  ]
54
 
55
- _URLS = {"full":"", **{"year_"+str(year):str(year)+"/" for year in range(1993,1994,1)}}
56
 
57
  class EdgarCorpus(datasets.GeneratorBasedBuilder):
58
 
 
52
  "section_15",
53
  ]
54
 
55
+ _URLS = {"full":"", **{"year_"+str(year):str(year)+"/" for year in range(1993,2021,1)}}
56
 
57
  class EdgarCorpus(datasets.GeneratorBasedBuilder):
58