File size: 3,542 Bytes
218b904
 
079e019
218b904
 
 
 
 
 
 
 
 
 
 
 
 
cc42a6e
 
 
fa8027b
 
 
 
 
079e019
 
 
 
 
 
 
 
 
 
 
 
 
 
4148ef6
 
 
0f79e40
 
 
 
 
0bcf5a2
 
 
 
 
 
 
 
 
 
 
 
 
 
26265a2
 
 
 
 
94fe2c1
 
 
 
 
 
 
 
 
 
 
 
 
 
79e55cf
 
 
 
 
bb03135
 
 
 
 
 
 
 
 
 
 
 
 
 
d4c988c
 
 
 
 
b4f15e7
 
 
 
 
 
 
 
 
 
 
 
 
 
ae6fc67
 
 
 
 
218b904
 
 
 
 
cc42a6e
 
fa8027b
 
079e019
 
 
 
4148ef6
 
0f79e40
 
0bcf5a2
 
 
 
26265a2
 
94fe2c1
 
 
 
79e55cf
 
bb03135
 
 
 
d4c988c
 
b4f15e7
 
 
 
ae6fc67
 
218b904
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
---
dataset_info:
- config_name: all_languages_highlevel
  features:
  - name: text
    dtype: string
  - name: label
    dtype: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 710259
    num_examples: 6430
  - name: validation
    num_bytes: 179231
    num_examples: 1608
  - name: test
    num_bytes: 222985
    num_examples: 2010
  download_size: 601522
  dataset_size: 1112475
- config_name: all_languages_lowlevel
  features:
  - name: text
    dtype: string
  - name: labels
    sequence: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 826954
    num_examples: 6430
  - name: validation
    num_bytes: 207973
    num_examples: 1608
  - name: test
    num_bytes: 260637
    num_examples: 2010
  download_size: 614714
  dataset_size: 1295564
- config_name: high_resources_highlevel
  features:
  - name: text
    dtype: string
  - name: label
    dtype: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 569544
    num_examples: 5353
  - name: validation
    num_bytes: 142698
    num_examples: 1339
  download_size: 359821
  dataset_size: 712242
- config_name: high_resources_lowlevel
  features:
  - name: text
    dtype: string
  - name: labels
    sequence: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 668111
    num_examples: 5353
  - name: validation
    num_bytes: 166962
    num_examples: 1339
  download_size: 368829
  dataset_size: 835073
- config_name: only_english_highlevel
  features:
  - name: text
    dtype: string
  - name: label
    dtype: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 162298
    num_examples: 1747
  - name: validation
    num_bytes: 40922
    num_examples: 437
  download_size: 88620
  dataset_size: 203220
- config_name: only_english_lowlevel
  features:
  - name: text
    dtype: string
  - name: labels
    sequence: string
  - name: lang
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 191533
    num_examples: 1747
  - name: validation
    num_bytes: 48286
    num_examples: 437
  download_size: 91808
  dataset_size: 239819
configs:
- config_name: all_languages_highlevel
  data_files:
  - split: train
    path: all_languages_highlevel/train-*
  - split: validation
    path: all_languages_highlevel/validation-*
  - split: test
    path: all_languages_highlevel/test-*
- config_name: all_languages_lowlevel
  data_files:
  - split: train
    path: all_languages_lowlevel/train-*
  - split: validation
    path: all_languages_lowlevel/validation-*
  - split: test
    path: all_languages_lowlevel/test-*
- config_name: high_resources_highlevel
  data_files:
  - split: train
    path: high_resources_highlevel/train-*
  - split: validation
    path: high_resources_highlevel/validation-*
- config_name: high_resources_lowlevel
  data_files:
  - split: train
    path: high_resources_lowlevel/train-*
  - split: validation
    path: high_resources_lowlevel/validation-*
- config_name: only_english_highlevel
  data_files:
  - split: train
    path: only_english_highlevel/train-*
  - split: validation
    path: only_english_highlevel/validation-*
- config_name: only_english_lowlevel
  data_files:
  - split: train
    path: only_english_lowlevel/train-*
  - split: validation
    path: only_english_lowlevel/validation-*
---