Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
- config_name: default
|
4 |
-
data_files:
|
5 |
-
- split: train
|
6 |
-
path: data/train-*
|
7 |
-
dataset_info:
|
8 |
-
features:
|
9 |
-
- name: title
|
10 |
-
dtype: string
|
11 |
-
- name: text
|
12 |
-
dtype: string
|
13 |
-
- name: pageid
|
14 |
-
dtype: int64
|
15 |
-
splits:
|
16 |
-
- name: train
|
17 |
-
num_bytes: 4374160
|
18 |
-
num_examples: 869
|
19 |
-
download_size: 2457706
|
20 |
-
dataset_size: 4374160
|
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 2024-08-
|
30 |
|
31 |
-
The data collection is conducted on 2024-08-
|
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 2024-08-12 to 2024-08-19.
|
12 |
|
13 |
+
The data collection is conducted on 2024-08-26.
|
14 |
|
15 |
Use the dataset via:
|
16 |
```
|