Files changed (1) hide show
  1. README.md +20 -25
README.md CHANGED
@@ -9,17 +9,6 @@ metrics:
9
  model-index:
10
  - name: autoevaluate-binary-classification
11
  results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: glue
17
- type: glue
18
- args: sst2
19
- metrics:
20
- - name: Accuracy
21
- type: accuracy
22
- value: 0.8967889908256881
23
  - task:
24
  type: text-classification
25
  name: Text Classification
@@ -29,33 +18,39 @@ model-index:
29
  config: sst2
30
  split: validation
31
  metrics:
32
- - name: Accuracy
33
- type: accuracy
 
 
 
 
34
  value: 0.8967889908256881
 
35
  verified: true
36
- - name: Precision
37
- type: precision
38
  value: 0.8898678414096917
 
39
  verified: true
40
- - name: Recall
41
- type: recall
42
  value: 0.9099099099099099
 
43
  verified: true
44
- - name: AUC
45
- type: auc
46
  value: 0.967247621453229
 
47
  verified: true
48
- - name: F1
49
- type: f1
50
  value: 0.8997772828507795
 
51
  verified: true
52
- - name: loss
53
- type: loss
54
  value: 0.30091655254364014
 
55
  verified: true
56
- - name: matthews_correlation
57
- type: matthews_correlation
58
  value: 0.793630584795814
 
59
  verified: true
60
  ---
61
 
 
9
  model-index:
10
  - name: autoevaluate-binary-classification
11
  results:
 
 
 
 
 
 
 
 
 
 
 
12
  - task:
13
  type: text-classification
14
  name: Text Classification
 
18
  config: sst2
19
  split: validation
20
  metrics:
21
+ - type: accuracy
22
+ value: 0.8967889908256881
23
+ name: Accuracy
24
+ verified: true
25
+ verifyToken: 1234
26
+ - type: accuracy
27
  value: 0.8967889908256881
28
+ name: Accuracy
29
  verified: true
30
+ verifyToken: 1234
31
+ - type: precision
32
  value: 0.8898678414096917
33
+ name: Precision
34
  verified: true
35
+ - type: recall
 
36
  value: 0.9099099099099099
37
+ name: Recall
38
  verified: true
39
+ - type: auc
 
40
  value: 0.967247621453229
41
+ name: AUC
42
  verified: true
43
+ - type: f1
 
44
  value: 0.8997772828507795
45
+ name: F1
46
  verified: true
47
+ - type: loss
 
48
  value: 0.30091655254364014
49
+ name: loss
50
  verified: true
51
+ - type: matthews_correlation
 
52
  value: 0.793630584795814
53
+ name: matthews_correlation
54
  verified: true
55
  ---
56