liyucheng commited on
Commit
121e161
1 Parent(s): 8d97188

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -21
README.md CHANGED
@@ -1,23 +1,5 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: title
5
- dtype: string
6
- - name: text
7
- dtype: string
8
- - name: pageid
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_bytes: 3164172
13
- num_examples: 637
14
- download_size: 1828171
15
- dataset_size: 3164172
16
- configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
22
 
23
  # Latest Wikitext
@@ -26,9 +8,9 @@ You could always access the latest Wikipedia texts via this dataset.
26
 
27
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest Wikipedia texts from the last week.
28
 
29
- The current dataset on main branch contains the latest wikipedia texts created from 2023-09-11 to 2023-09-18.
30
 
31
- The data collection is conducted on 2023-09-25.
32
 
33
  Use the dataset via:
34
  ```
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Latest Wikitext
 
8
 
9
  We update the dataset weekly, on every Sunday. So the dataset always provides the latest Wikipedia texts from the last week.
10
 
11
+ The current dataset on main branch contains the latest wikipedia texts created from 2023-09-18 to 2023-09-25.
12
 
13
+ The data collection is conducted on 2023-10-02.
14
 
15
  Use the dataset via:
16
  ```