Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,16 @@ task_ids:
|
|
| 21 |
- masked-language-modeling
|
| 22 |
paperswithcode_id: cawac
|
| 23 |
pretty_name: caWaC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for caWaC
|
|
@@ -168,4 +178,4 @@ Dataset is under the [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.
|
|
| 168 |
|
| 169 |
### Contributions
|
| 170 |
|
| 171 |
-
Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
|
|
|
|
| 21 |
- masked-language-modeling
|
| 22 |
paperswithcode_id: cawac
|
| 23 |
pretty_name: caWaC
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: sentence
|
| 27 |
+
dtype: string
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 3987238444
|
| 31 |
+
num_examples: 24745986
|
| 32 |
+
download_size: 1620361999
|
| 33 |
+
dataset_size: 3987238444
|
| 34 |
---
|
| 35 |
|
| 36 |
# Dataset Card for caWaC
|
|
|
|
| 178 |
|
| 179 |
### Contributions
|
| 180 |
|
| 181 |
+
Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
|