Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,23 @@ task_categories:
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: OpusTedtalks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for OpusTedtalks
|
|
@@ -159,4 +176,4 @@ Dataset provided for research purposes only. Please check dataset license for ad
|
|
| 159 |
|
| 160 |
### Contributions
|
| 161 |
|
| 162 |
-
Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
|
|
|
|
| 19 |
task_ids: []
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: OpusTedtalks
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: translation
|
| 27 |
+
dtype:
|
| 28 |
+
translation:
|
| 29 |
+
languages:
|
| 30 |
+
- en
|
| 31 |
+
- hr
|
| 32 |
+
config_name: en-hr
|
| 33 |
+
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 15249417
|
| 36 |
+
num_examples: 86348
|
| 37 |
+
download_size: 5639306
|
| 38 |
+
dataset_size: 15249417
|
| 39 |
---
|
| 40 |
|
| 41 |
# Dataset Card for OpusTedtalks
|
|
|
|
| 176 |
|
| 177 |
### Contributions
|
| 178 |
|
| 179 |
+
Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
|