add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,27 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: wiki-40b
|
5 |
pretty_name: Wiki-40B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "wiki40b"
|
@@ -151,4 +172,4 @@ The data fields are the same among all splits.
|
|
151 |
|
152 |
### Contributions
|
153 |
|
154 |
-
Thanks to [@jplu](https://github.com/jplu), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: wiki-40b
|
5 |
pretty_name: Wiki-40B
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: wikidata_id
|
9 |
+
dtype: string
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: version_id
|
13 |
+
dtype: string
|
14 |
+
config_name: en
|
15 |
+
splits:
|
16 |
+
- name: test
|
17 |
+
num_bytes: 522219464
|
18 |
+
num_examples: 162274
|
19 |
+
- name: train
|
20 |
+
num_bytes: 9423623904
|
21 |
+
num_examples: 2926536
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 527383016
|
24 |
+
num_examples: 163597
|
25 |
+
download_size: 0
|
26 |
+
dataset_size: 10473226384
|
27 |
---
|
28 |
|
29 |
# Dataset Card for "wiki40b"
|
|
|
172 |
|
173 |
### Contributions
|
174 |
|
175 |
+
Thanks to [@jplu](https://github.com/jplu), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|