Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: client_id
|
14 |
+
dtype: string
|
15 |
+
- name: path
|
16 |
+
dtype: string
|
17 |
+
- name: sentence
|
18 |
+
dtype: string
|
19 |
+
- name: age
|
20 |
+
dtype: string
|
21 |
+
- name: gender
|
22 |
+
dtype: string
|
23 |
+
- name: label
|
24 |
+
dtype:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': Arabic
|
28 |
+
'1': Basque
|
29 |
+
'2': Breton
|
30 |
+
'3': Catalan
|
31 |
+
'4': Chinese_China
|
32 |
+
'5': Chinese_Hongkong
|
33 |
+
'6': Chinese_Taiwan
|
34 |
+
'7': Chuvash
|
35 |
+
'8': Czech
|
36 |
+
'9': Dhivehi
|
37 |
+
'10': Dutch
|
38 |
+
'11': English
|
39 |
+
'12': Esperanto
|
40 |
+
'13': Estonian
|
41 |
+
'14': French
|
42 |
+
'15': Frisian
|
43 |
+
'16': Georgian
|
44 |
+
'17': German
|
45 |
+
'18': Greek
|
46 |
+
'19': Hakha_Chin
|
47 |
+
'20': Indonesian
|
48 |
+
'21': Interlingua
|
49 |
+
'22': Italian
|
50 |
+
'23': Japanese
|
51 |
+
'24': Kabyle
|
52 |
+
'25': Kinyarwanda
|
53 |
+
'26': Kyrgyz
|
54 |
+
'27': Latvian
|
55 |
+
'28': Maltese
|
56 |
+
'29': Mangolian
|
57 |
+
'30': Persian
|
58 |
+
'31': Polish
|
59 |
+
'32': Portuguese
|
60 |
+
'33': Romanian
|
61 |
+
'34': Romansh_Sursilvan
|
62 |
+
'35': Russian
|
63 |
+
'36': Sakha
|
64 |
+
'37': Slovenian
|
65 |
+
'38': Spanish
|
66 |
+
'39': Swedish
|
67 |
+
'40': Tamil
|
68 |
+
'41': Tatar
|
69 |
+
'42': Turkish
|
70 |
+
'43': Ukranian
|
71 |
+
'44': Welsh
|
72 |
+
- name: input_values
|
73 |
+
sequence: float32
|
74 |
+
- name: attention_mask
|
75 |
+
sequence: int32
|
76 |
+
splits:
|
77 |
+
- name: train
|
78 |
+
num_bytes: 13848986619
|
79 |
+
num_examples: 22194
|
80 |
+
- name: validation
|
81 |
+
num_bytes: 3461442109
|
82 |
+
num_examples: 5888
|
83 |
+
- name: test
|
84 |
+
num_bytes: 3473659131
|
85 |
+
num_examples: 5963
|
86 |
+
download_size: 8143061729
|
87 |
+
dataset_size: 20784087859
|
88 |
+
---
|
89 |
+
# Dataset Card for "common_language_preprocessed"
|
90 |
+
|
91 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|