add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,47 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: RO-STS-Parallel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for RO-STS-Parallel
|
@@ -153,4 +194,4 @@ CC BY-SA 4.0 License
|
|
153 |
|
154 |
### Contributions
|
155 |
|
156 |
-
Thanks to [@lorinczb](https://github.com/lorinczb) for adding this dataset.
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: RO-STS-Parallel
|
22 |
+
dataset_info:
|
23 |
+
- config_name: ro_sts_parallel
|
24 |
+
features:
|
25 |
+
- name: translation
|
26 |
+
dtype:
|
27 |
+
translation:
|
28 |
+
languages:
|
29 |
+
- ro
|
30 |
+
- en
|
31 |
+
splits:
|
32 |
+
- name: test
|
33 |
+
num_bytes: 347590
|
34 |
+
num_examples: 2759
|
35 |
+
- name: train
|
36 |
+
num_bytes: 1563909
|
37 |
+
num_examples: 11499
|
38 |
+
- name: validation
|
39 |
+
num_bytes: 443787
|
40 |
+
num_examples: 3001
|
41 |
+
download_size: 2251694
|
42 |
+
dataset_size: 2355286
|
43 |
+
- config_name: rosts-parallel-en-ro
|
44 |
+
features:
|
45 |
+
- name: translation
|
46 |
+
dtype:
|
47 |
+
translation:
|
48 |
+
languages:
|
49 |
+
- en
|
50 |
+
- ro
|
51 |
+
splits:
|
52 |
+
- name: test
|
53 |
+
num_bytes: 347590
|
54 |
+
num_examples: 2759
|
55 |
+
- name: train
|
56 |
+
num_bytes: 1563909
|
57 |
+
num_examples: 11499
|
58 |
+
- name: validation
|
59 |
+
num_bytes: 443787
|
60 |
+
num_examples: 3001
|
61 |
+
download_size: 2251694
|
62 |
+
dataset_size: 2355286
|
63 |
---
|
64 |
|
65 |
# Dataset Card for RO-STS-Parallel
|
|
|
194 |
|
195 |
### Contributions
|
196 |
|
197 |
+
Thanks to [@lorinczb](https://github.com/lorinczb) for adding this dataset.
|