Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: de
|
14 |
+
dtype: string
|
15 |
+
- name: en
|
16 |
+
dtype: string
|
17 |
+
- name: es
|
18 |
+
dtype: string
|
19 |
+
- name: fr
|
20 |
+
dtype: string
|
21 |
+
- name: it
|
22 |
+
dtype: string
|
23 |
+
- name: nl
|
24 |
+
dtype: string
|
25 |
+
- name: pl
|
26 |
+
dtype: string
|
27 |
+
- name: ru
|
28 |
+
dtype: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 191053803
|
32 |
+
num_examples: 258098
|
33 |
+
- name: test
|
34 |
+
num_bytes: 4930156
|
35 |
+
num_examples: 7213
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 4326695
|
38 |
+
num_examples: 6049
|
39 |
+
download_size: 116856833
|
40 |
+
dataset_size: 200310654
|
41 |
+
---
|
42 |
+
# Dataset Card for "Ted2020_en_es_fr_de_it_ca_pl_ru_nl"
|
43 |
+
|
44 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|