add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -21,6 +21,17 @@ task_ids:
|
|
| 21 |
- masked-language-modeling
|
| 22 |
paperswithcode_id: null
|
| 23 |
pretty_name: SrWac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for SrWac
|
|
@@ -151,4 +162,4 @@ Dataset is under the [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.
|
|
| 151 |
|
| 152 |
### Contributions
|
| 153 |
|
| 154 |
-
Thanks to [@IvanZidov](https://github.com/IvanZidov) for adding this dataset.
|
|
|
|
| 21 |
- masked-language-modeling
|
| 22 |
paperswithcode_id: null
|
| 23 |
pretty_name: SrWac
|
| 24 |
+
dataset_info:
|
| 25 |
+
features:
|
| 26 |
+
- name: sentence
|
| 27 |
+
dtype: string
|
| 28 |
+
config_name: srwac
|
| 29 |
+
splits:
|
| 30 |
+
- name: train
|
| 31 |
+
num_bytes: 17470890484
|
| 32 |
+
num_examples: 688805174
|
| 33 |
+
download_size: 3767312759
|
| 34 |
+
dataset_size: 17470890484
|
| 35 |
---
|
| 36 |
|
| 37 |
# Dataset Card for SrWac
|
|
|
|
| 162 |
|
| 163 |
### Contributions
|
| 164 |
|
| 165 |
+
Thanks to [@IvanZidov](https://github.com/IvanZidov) for adding this dataset.
|