remove data attributes - these are for line-level wt
Browse files
README.md
CHANGED
@@ -1,94 +1,3 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- no-annotation
|
4 |
-
language_creators:
|
5 |
-
- crowdsourced
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
license:
|
9 |
-
- cc-by-sa-3.0
|
10 |
-
- gfdl
|
11 |
-
multilinguality:
|
12 |
-
- monolingual
|
13 |
-
paperswithcode_id: wikitext-2
|
14 |
-
pretty_name: WikiText
|
15 |
-
size_categories:
|
16 |
-
- 1M<n<10M
|
17 |
-
source_datasets:
|
18 |
-
- original
|
19 |
-
task_categories:
|
20 |
-
- text-generation
|
21 |
-
- fill-mask
|
22 |
-
task_ids:
|
23 |
-
- language-modeling
|
24 |
-
- masked-language-modeling
|
25 |
-
dataset_info:
|
26 |
-
- config_name: wikitext-103-v1
|
27 |
-
features:
|
28 |
-
- name: text
|
29 |
-
dtype: string
|
30 |
-
splits:
|
31 |
-
- name: test
|
32 |
-
num_bytes: 1295579
|
33 |
-
num_examples: 4358
|
34 |
-
- name: train
|
35 |
-
num_bytes: 545142639
|
36 |
-
num_examples: 1801350
|
37 |
-
- name: validation
|
38 |
-
num_bytes: 1154755
|
39 |
-
num_examples: 3760
|
40 |
-
download_size: 190229076
|
41 |
-
dataset_size: 547592973
|
42 |
-
- config_name: wikitext-2-v1
|
43 |
-
features:
|
44 |
-
- name: text
|
45 |
-
dtype: string
|
46 |
-
splits:
|
47 |
-
- name: test
|
48 |
-
num_bytes: 1270951
|
49 |
-
num_examples: 4358
|
50 |
-
- name: train
|
51 |
-
num_bytes: 10918134
|
52 |
-
num_examples: 36718
|
53 |
-
- name: validation
|
54 |
-
num_bytes: 1134127
|
55 |
-
num_examples: 3760
|
56 |
-
download_size: 4475746
|
57 |
-
dataset_size: 13323212
|
58 |
-
- config_name: wikitext-103-raw-v1
|
59 |
-
features:
|
60 |
-
- name: text
|
61 |
-
dtype: string
|
62 |
-
splits:
|
63 |
-
- name: test
|
64 |
-
num_bytes: 1305092
|
65 |
-
num_examples: 4358
|
66 |
-
- name: train
|
67 |
-
num_bytes: 546501673
|
68 |
-
num_examples: 1801350
|
69 |
-
- name: validation
|
70 |
-
num_bytes: 1159292
|
71 |
-
num_examples: 3760
|
72 |
-
download_size: 191984949
|
73 |
-
dataset_size: 548966057
|
74 |
-
- config_name: wikitext-2-raw-v1
|
75 |
-
features:
|
76 |
-
- name: text
|
77 |
-
dtype: string
|
78 |
-
splits:
|
79 |
-
- name: test
|
80 |
-
num_bytes: 1305092
|
81 |
-
num_examples: 4358
|
82 |
-
- name: train
|
83 |
-
num_bytes: 11061733
|
84 |
-
num_examples: 36718
|
85 |
-
- name: validation
|
86 |
-
num_bytes: 1159292
|
87 |
-
num_examples: 3760
|
88 |
-
download_size: 4721645
|
89 |
-
dataset_size: 13526117
|
90 |
-
---
|
91 |
-
|
92 |
# Wikitext Document Level
|
93 |
|
94 |
This is a modified version of [https://huggingface.co/datasets/wikitext](https://huggingface.co/datasets/wikitext) that returns Wiki pages instead of Wiki text line-by-line. The original readme is contained below.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Wikitext Document Level
|
2 |
|
3 |
This is a modified version of [https://huggingface.co/datasets/wikitext](https://huggingface.co/datasets/wikitext) that returns Wiki pages instead of Wiki text line-by-line. The original readme is contained below.
|