liyucheng commited on
Commit
e393c43
·
verified ·
1 Parent(s): 60f7d26

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -21
README.md DELETED
@@ -1,21 +0,0 @@
1
- ---
2
- {}
3
- ---
4
-
5
- # Wikitext for All Times
6
-
7
- You could find 491 selected wiki articles every month from 2017-01 to 2024-03.
8
-
9
- Use this to download wiki articles during a specific month:
10
- ```
11
- ds = datasets.load_dataset('RealTimeData/wikitext_alltime', '2017-08')
12
- ```
13
-
14
- The time stamp follows the format of "YYYY-MM".
15
-
16
- # An example
17
-
18
- ```
19
- > ds = datasets.load_dataset('RealTimeData/wikitext_alltime', '2023-10', split='train')
20
- > ds[0]
21
- ```