Commit
·
42c9798
1
Parent(s):
f45ac17
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: source_text
|
5 |
+
dtype: string
|
6 |
+
- name: dest_text
|
7 |
+
dtype: string
|
8 |
+
- name: dest_lang
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': de
|
13 |
+
'1': en
|
14 |
+
'2': es
|
15 |
+
'3': fr
|
16 |
+
'4': it
|
17 |
+
'5': nl
|
18 |
+
'6': pl
|
19 |
+
'7': pt
|
20 |
+
'8': ro
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 139150159
|
24 |
+
num_examples: 384704
|
25 |
+
- name: valid
|
26 |
+
num_bytes: 18067165
|
27 |
+
num_examples: 48280
|
28 |
+
- name: test
|
29 |
+
num_bytes: 19720811
|
30 |
+
num_examples: 53360
|
31 |
+
download_size: 66531208
|
32 |
+
dataset_size: 176938135
|
33 |
+
---
|
34 |
+
# Dataset Card for "Europarl-ST-processed-mt-ro"
|
35 |
+
|
36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|