Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -26,6 +26,30 @@ task_ids:
|
|
| 26 |
- open-domain-abstractive-qa
|
| 27 |
- text-simplification
|
| 28 |
pretty_name: WikiSummary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
# Dataset Card for [Needs More Information]
|
|
@@ -171,4 +195,4 @@ The dataset was created by Mehrdad Farahani.
|
|
| 171 |
|
| 172 |
### Contributions
|
| 173 |
|
| 174 |
-
Thanks to [@tanmoyio](https://github.com/tanmoyio) for adding this dataset.
|
|
|
|
| 26 |
- open-domain-abstractive-qa
|
| 27 |
- text-simplification
|
| 28 |
pretty_name: WikiSummary
|
| 29 |
+
dataset_info:
|
| 30 |
+
features:
|
| 31 |
+
- name: id
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: link
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: title
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: article
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: highlights
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: test
|
| 43 |
+
num_bytes: 25693509
|
| 44 |
+
num_examples: 5638
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 207186608
|
| 47 |
+
num_examples: 45654
|
| 48 |
+
- name: validation
|
| 49 |
+
num_bytes: 23130954
|
| 50 |
+
num_examples: 5074
|
| 51 |
+
download_size: 255168504
|
| 52 |
+
dataset_size: 256011071
|
| 53 |
---
|
| 54 |
|
| 55 |
# Dataset Card for [Needs More Information]
|
|
|
|
| 195 |
|
| 196 |
### Contributions
|
| 197 |
|
| 198 |
+
Thanks to [@tanmoyio](https://github.com/tanmoyio) for adding this dataset.
|