liyucheng commited on
Commit
21a1266
·
1 Parent(s): 67392c5

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: 39907
13
- num_examples: 5
14
- download_size: 32888
15
- dataset_size: 39907
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-08-28 to 2023-09-04.
30
 
31
- The data collection is conducted on 2023-09-11.
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-01 to 2023-09-08.
12
 
13
+ The data collection is conducted on 2023-09-15.
14
 
15
  Use the dataset via:
16
  ```