add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -22,6 +22,71 @@ task_categories:
|
|
| 22 |
task_ids:
|
| 23 |
- language-modeling
|
| 24 |
- masked-language-modeling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for "wikitext"
|
|
|
|
| 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 |
# Dataset Card for "wikitext"
|