lewtun HF staff commited on
Commit
b5d3126
1 Parent(s): 83dbcb2

Add evaluation results on the default config of sst2

Browse files

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

@Neez

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-sst2-ee5c821a-11545531).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=sst2).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=sst2).

Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -40,6 +40,59 @@ model-index:
40
  type: loss
41
  value: 0.39013850688934326
42
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ---
44
 
45
  # DistilBERT base uncased finetuned SST-2
40
  type: loss
41
  value: 0.39013850688934326
42
  verified: true
43
+ - task:
44
+ type: text-classification
45
+ name: Text Classification
46
+ dataset:
47
+ name: sst2
48
+ type: sst2
49
+ config: default
50
+ split: train
51
+ metrics:
52
+ - name: Accuracy
53
+ type: accuracy
54
+ value: 0.9885521685548412
55
+ verified: true
56
+ - name: Precision Macro
57
+ type: precision
58
+ value: 0.9881965062029833
59
+ verified: true
60
+ - name: Precision Micro
61
+ type: precision
62
+ value: 0.9885521685548412
63
+ verified: true
64
+ - name: Precision Weighted
65
+ type: precision
66
+ value: 0.9885639626373408
67
+ verified: true
68
+ - name: Recall Macro
69
+ type: recall
70
+ value: 0.9886145346602994
71
+ verified: true
72
+ - name: Recall Micro
73
+ type: recall
74
+ value: 0.9885521685548412
75
+ verified: true
76
+ - name: Recall Weighted
77
+ type: recall
78
+ value: 0.9885521685548412
79
+ verified: true
80
+ - name: F1 Macro
81
+ type: f1
82
+ value: 0.9884019815052447
83
+ verified: true
84
+ - name: F1 Micro
85
+ type: f1
86
+ value: 0.9885521685548412
87
+ verified: true
88
+ - name: F1 Weighted
89
+ type: f1
90
+ value: 0.9885546181087554
91
+ verified: true
92
+ - name: loss
93
+ type: loss
94
+ value: 0.040652573108673096
95
+ verified: true
96
  ---
97
 
98
  # DistilBERT base uncased finetuned SST-2