liyucheng commited on
Commit
558168c
1 Parent(s): 28f6700

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: 3538801
13
- num_examples: 661
14
- download_size: 2012963
15
- dataset_size: 3538801
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-18 to 2023-09-25.
30
 
31
- The data collection is conducted on 2023-10-02.
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-25 to 2023-10-02.
12
 
13
+ The data collection is conducted on 2023-10-09.
14
 
15
  Use the dataset via:
16
  ```