lewtun HF staff commited on
Commit
c60a8ef
1 Parent(s): cf10b45

Add evaluation results on the sst2 config and validation split of glue

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the sst2 config and validation split of the [glue](https://huggingface.co/datasets/glue) dataset by

@lewtun

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-b7ccdeae-8bc5-40c1-85ae-3aef82a8e55e-1917).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=glue).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=glue).

Files changed (1) hide show
  1. README.md +19 -27
README.md CHANGED
@@ -10,52 +10,44 @@ 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
26
- dataset:
27
- name: glue
28
- type: glue
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
 
 
10
  - name: autoevaluate-binary-classification
11
  results:
12
  - task:
 
13
  type: text-classification
14
+ name: Text Classification
15
  dataset:
16
  name: glue
17
  type: glue
18
  args: sst2
19
  metrics:
20
+ - type: accuracy
 
21
  value: 0.8967889908256881
22
+ name: Accuracy
23
+ verified: true
24
+ - type: accuracy
 
 
 
 
 
 
 
 
25
  value: 0.8967889908256881
26
+ name: Accuracy
27
  verified: true
28
+ - type: precision
 
29
  value: 0.8898678414096917
30
+ name: Precision
31
  verified: true
32
+ - type: recall
 
33
  value: 0.9099099099099099
34
+ name: Recall
35
  verified: true
36
+ - type: auc
37
+ value: 0.9672186789593331
38
+ name: AUC
39
  verified: true
40
+ - type: f1
 
41
  value: 0.8997772828507795
42
+ name: F1
43
  verified: true
44
+ - type: loss
 
45
  value: 0.30091655254364014
46
+ name: loss
47
  verified: true
48
+ - type: matthews_correlation
 
49
  value: 0.793630584795814
50
+ name: matthews_correlation
51
  verified: true
52
  ---
53