Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,50 @@ configs:
|
|
24 |
- en-es
|
25 |
- en-pt
|
26 |
- en-pt-es
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for SciELO
|
@@ -154,4 +198,4 @@ The underlying task is machine translation.
|
|
154 |
```
|
155 |
### Contributions
|
156 |
|
157 |
-
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|
|
|
24 |
- en-es
|
25 |
- en-pt
|
26 |
- en-pt-es
|
27 |
+
dataset_info:
|
28 |
+
- config_name: en-es
|
29 |
+
features:
|
30 |
+
- name: translation
|
31 |
+
dtype:
|
32 |
+
translation:
|
33 |
+
languages:
|
34 |
+
- en
|
35 |
+
- es
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 71777213
|
39 |
+
num_examples: 177782
|
40 |
+
download_size: 22965217
|
41 |
+
dataset_size: 71777213
|
42 |
+
- config_name: en-pt
|
43 |
+
features:
|
44 |
+
- name: translation
|
45 |
+
dtype:
|
46 |
+
translation:
|
47 |
+
languages:
|
48 |
+
- en
|
49 |
+
- pt
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 1032669686
|
53 |
+
num_examples: 2828917
|
54 |
+
download_size: 322726075
|
55 |
+
dataset_size: 1032669686
|
56 |
+
- config_name: en-pt-es
|
57 |
+
features:
|
58 |
+
- name: translation
|
59 |
+
dtype:
|
60 |
+
translation:
|
61 |
+
languages:
|
62 |
+
- en
|
63 |
+
- pt
|
64 |
+
- es
|
65 |
+
splits:
|
66 |
+
- name: train
|
67 |
+
num_bytes: 147472132
|
68 |
+
num_examples: 255915
|
69 |
+
download_size: 45556562
|
70 |
+
dataset_size: 147472132
|
71 |
---
|
72 |
|
73 |
# Dataset Card for SciELO
|
|
|
198 |
```
|
199 |
### Contributions
|
200 |
|
201 |
+
Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
|