Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -44,6 +44,87 @@ configs:
|
|
44 |
- en-ru
|
45 |
- en-sl
|
46 |
- en-vi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
|
49 |
# Dataset Card for OpusWikipedia
|
@@ -241,4 +322,4 @@ keywords = {Comparable corpora, machine translation, NLP},
|
|
241 |
|
242 |
### Contributions
|
243 |
|
244 |
-
Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
|
|
|
44 |
- en-ru
|
45 |
- en-sl
|
46 |
- en-vi
|
47 |
+
dataset_info:
|
48 |
+
- config_name: ar-en
|
49 |
+
features:
|
50 |
+
- name: id
|
51 |
+
dtype: string
|
52 |
+
- name: translation
|
53 |
+
dtype:
|
54 |
+
translation:
|
55 |
+
languages:
|
56 |
+
- ar
|
57 |
+
- en
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 45207715
|
61 |
+
num_examples: 151136
|
62 |
+
download_size: 16097997
|
63 |
+
dataset_size: 45207715
|
64 |
+
- config_name: ar-pl
|
65 |
+
features:
|
66 |
+
- name: id
|
67 |
+
dtype: string
|
68 |
+
- name: translation
|
69 |
+
dtype:
|
70 |
+
translation:
|
71 |
+
languages:
|
72 |
+
- ar
|
73 |
+
- pl
|
74 |
+
splits:
|
75 |
+
- name: train
|
76 |
+
num_bytes: 304851676
|
77 |
+
num_examples: 823715
|
78 |
+
download_size: 104585718
|
79 |
+
dataset_size: 304851676
|
80 |
+
- config_name: en-sl
|
81 |
+
features:
|
82 |
+
- name: id
|
83 |
+
dtype: string
|
84 |
+
- name: translation
|
85 |
+
dtype:
|
86 |
+
translation:
|
87 |
+
languages:
|
88 |
+
- en
|
89 |
+
- sl
|
90 |
+
splits:
|
91 |
+
- name: train
|
92 |
+
num_bytes: 30479739
|
93 |
+
num_examples: 140124
|
94 |
+
download_size: 11727538
|
95 |
+
dataset_size: 30479739
|
96 |
+
- config_name: en-ru
|
97 |
+
features:
|
98 |
+
- name: id
|
99 |
+
dtype: string
|
100 |
+
- name: translation
|
101 |
+
dtype:
|
102 |
+
translation:
|
103 |
+
languages:
|
104 |
+
- en
|
105 |
+
- ru
|
106 |
+
splits:
|
107 |
+
- name: train
|
108 |
+
num_bytes: 167649057
|
109 |
+
num_examples: 572717
|
110 |
+
download_size: 57356138
|
111 |
+
dataset_size: 167649057
|
112 |
+
- config_name: en-vi
|
113 |
+
features:
|
114 |
+
- name: id
|
115 |
+
dtype: string
|
116 |
+
- name: translation
|
117 |
+
dtype:
|
118 |
+
translation:
|
119 |
+
languages:
|
120 |
+
- en
|
121 |
+
- vi
|
122 |
+
splits:
|
123 |
+
- name: train
|
124 |
+
num_bytes: 7571598
|
125 |
+
num_examples: 58116
|
126 |
+
download_size: 2422413
|
127 |
+
dataset_size: 7571598
|
128 |
---
|
129 |
|
130 |
# Dataset Card for OpusWikipedia
|
|
|
322 |
|
323 |
### Contributions
|
324 |
|
325 |
+
Thanks to [@rkc007](https://github.com/rkc007) for adding this dataset.
|