liyucheng commited on
Commit
aedd136
·
1 Parent(s): b88f35d

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: 3791632
13
- num_examples: 753
14
- download_size: 2192204
15
- dataset_size: 3791632
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-10-30 to 2023-11-06.
30
 
31
- The data collection is conducted on 2023-11-13.
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-11-06 to 2023-11-13.
12
 
13
+ The data collection is conducted on 2023-11-20.
14
 
15
  Use the dataset via:
16
  ```