add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -57,6 +57,87 @@ task_categories:
|
|
57 |
task_ids: []
|
58 |
paperswithcode_id: null
|
59 |
pretty_name: MultiParaCrawl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
---
|
61 |
|
62 |
# Dataset Card for MultiParaCrawl
|
@@ -187,4 +268,4 @@ E.g.
|
|
187 |
|
188 |
### Contributions
|
189 |
|
190 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
57 |
task_ids: []
|
58 |
paperswithcode_id: null
|
59 |
pretty_name: MultiParaCrawl
|
60 |
+
dataset_info:
|
61 |
+
- config_name: cs-is
|
62 |
+
features:
|
63 |
+
- name: id
|
64 |
+
dtype: string
|
65 |
+
- name: translation
|
66 |
+
dtype:
|
67 |
+
translation:
|
68 |
+
languages:
|
69 |
+
- cs
|
70 |
+
- is
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 148967967
|
74 |
+
num_examples: 691006
|
75 |
+
download_size: 61609317
|
76 |
+
dataset_size: 148967967
|
77 |
+
- config_name: ga-sk
|
78 |
+
features:
|
79 |
+
- name: id
|
80 |
+
dtype: string
|
81 |
+
- name: translation
|
82 |
+
dtype:
|
83 |
+
translation:
|
84 |
+
languages:
|
85 |
+
- ga
|
86 |
+
- sk
|
87 |
+
splits:
|
88 |
+
- name: train
|
89 |
+
num_bytes: 92802332
|
90 |
+
num_examples: 390327
|
91 |
+
download_size: 39574554
|
92 |
+
dataset_size: 92802332
|
93 |
+
- config_name: lv-mt
|
94 |
+
features:
|
95 |
+
- name: id
|
96 |
+
dtype: string
|
97 |
+
- name: translation
|
98 |
+
dtype:
|
99 |
+
translation:
|
100 |
+
languages:
|
101 |
+
- lv
|
102 |
+
- mt
|
103 |
+
splits:
|
104 |
+
- name: train
|
105 |
+
num_bytes: 116533998
|
106 |
+
num_examples: 464160
|
107 |
+
download_size: 49770574
|
108 |
+
dataset_size: 116533998
|
109 |
+
- config_name: nb-ru
|
110 |
+
features:
|
111 |
+
- name: id
|
112 |
+
dtype: string
|
113 |
+
- name: translation
|
114 |
+
dtype:
|
115 |
+
translation:
|
116 |
+
languages:
|
117 |
+
- nb
|
118 |
+
- ru
|
119 |
+
splits:
|
120 |
+
- name: train
|
121 |
+
num_bytes: 116899303
|
122 |
+
num_examples: 399050
|
123 |
+
download_size: 40932849
|
124 |
+
dataset_size: 116899303
|
125 |
+
- config_name: de-tl
|
126 |
+
features:
|
127 |
+
- name: id
|
128 |
+
dtype: string
|
129 |
+
- name: translation
|
130 |
+
dtype:
|
131 |
+
translation:
|
132 |
+
languages:
|
133 |
+
- de
|
134 |
+
- tl
|
135 |
+
splits:
|
136 |
+
- name: train
|
137 |
+
num_bytes: 30880849
|
138 |
+
num_examples: 98156
|
139 |
+
download_size: 12116471
|
140 |
+
dataset_size: 30880849
|
141 |
---
|
142 |
|
143 |
# Dataset Card for MultiParaCrawl
|
|
|
268 |
|
269 |
### Contributions
|
270 |
|
271 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|