File size: 1,106 Bytes
d515ec9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7bced5d
 
 
fb76a56
 
 
 
 
d515ec9
 
 
 
 
 
 
 
 
 
 
7bced5d
 
fb76a56
 
d515ec9
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: label
    dtype: string
  - name: label_text
    dtype: string
  - name: text
    dtype: string
  - name: lang
    dtype: string
  splits:
  - name: train
    num_bytes: 63588842
    num_examples: 587214
  - name: validation
    num_bytes: 11151710
    num_examples: 103683
  - name: test_split1
    num_bytes: 3194139.2156862747
    num_examples: 29740
  - name: test_split2
    num_bytes: 3194139.2156862747
    num_examples: 29740
  - name: test_split_all
    num_bytes: 6388278.431372549
    num_examples: 59480
  - name: test_split_remaining
    num_bytes: 9901831.56862745
    num_examples: 92194
  download_size: 32897288
  dataset_size: 97418940.43137255
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test_split1
    path: data/test_split1-*
  - split: test_split2
    path: data/test_split2-*
  - split: test_split_all
    path: data/test_split_all-*
  - split: test_split_remaining
    path: data/test_split_remaining-*
---