Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,19 +1,22 @@
|
|
1 |
---
|
2 |
-
|
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: 4566046
|
13 |
-
num_examples: 884
|
14 |
-
download_size: 2574755
|
15 |
-
dataset_size: 4566046
|
16 |
---
|
17 |
-
# Dataset Card for "wikitext"
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
{}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
|
5 |
+
# Latest Wikitext
|
6 |
+
|
7 |
+
This dataset contains the latest wikipedia texts created from 2023-08-13T23:46:03.965722 to 2023-08-06T23:46:03.965722.
|
8 |
+
|
9 |
+
The data collection is conducted on 2023-08-20T23:46:03.965722.
|
10 |
+
|
11 |
+
Use the dataset via:
|
12 |
+
```
|
13 |
+
ds = datasets.load_dataset('RealTimeData/wikitext_latest')
|
14 |
+
```
|
15 |
+
|
16 |
+
# Previsou versions
|
17 |
+
|
18 |
+
You could access a historical slice with our branches.
|
19 |
+
|
20 |
+
For example, you could find the 2023-08-12 version via:
|
21 |
+
```
|
22 |
+
ds = datasets.load_dataset('RealTimeData/wikitext_latest', revision = '2023-08-12')```
|