liyucheng commited on
Commit
7a45f15
1 Parent(s): 8166c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: cc-by-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-2.0
3
  ---
4
+
5
+ # Wikipedia for All Times
6
+
7
+ You could find the history of 419 selected Wikipedia pages for every month between 2017 to 2022.
8
+
9
+ Use this to download the historical version of Wikipedia articles in a specific month:
10
+ ```
11
+ ds = datasets.load_dataset('RealTimeData/wikitext_alltime', '2017-8')
12
+ ```
13
+
14
+ The time stamp follows the format of "YYYY-MM".