File size: 1,701 Bytes
f0a26ea
 
9b995dc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d76f3a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f0a26ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9b995dc
 
 
 
 
 
 
 
d76f3a9
 
 
 
 
 
 
 
f0a26ea
 
 
 
 
 
 
 
 
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
---
dataset_info:
- config_name: imbalanced
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: label_text
    dtype: string
  splits:
  - name: train
    num_bytes: 712551
    num_examples: 10625
  - name: validation
    num_bytes: 208358
    num_examples: 3100
  - name: test
    num_bytes: 365006
    num_examples: 5500
  download_size: 431979
  dataset_size: 1285915
- config_name: plus
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: label_text
    dtype: string
  splits:
  - name: train
    num_bytes: 1029797
    num_examples: 15250
  - name: validation
    num_bytes: 208358
    num_examples: 3100
  - name: test
    num_bytes: 365006
    num_examples: 5500
  download_size: 515361
  dataset_size: 1603161
- config_name: small
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: label_text
    dtype: string
  splits:
  - name: train
    num_bytes: 513224
    num_examples: 7600
  - name: validation
    num_bytes: 208358
    num_examples: 3100
  - name: test
    num_bytes: 365006
    num_examples: 5500
  download_size: 375237
  dataset_size: 1086588
configs:
- config_name: imbalanced
  data_files:
  - split: train
    path: imbalanced/train-*
  - split: validation
    path: imbalanced/validation-*
  - split: test
    path: imbalanced/test-*
- config_name: plus
  data_files:
  - split: train
    path: plus/train-*
  - split: validation
    path: plus/validation-*
  - split: test
    path: plus/test-*
- config_name: small
  data_files:
  - split: train
    path: small/train-*
  - split: validation
    path: small/validation-*
  - split: test
    path: small/test-*
---