Add evaluation results on the default config of boolq

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -22,6 +22,42 @@ model_index:
22
  name: Accuracy
23
  type: accuracy
24
  value: 0.7314984709480122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
22
  name: Accuracy
23
  type: accuracy
24
  value: 0.7314984709480122
25
+ model-index:
26
+ - name: andi611/distilbert-base-uncased-qa-boolq
27
+ results:
28
+ - task:
29
+ type: natural-language-inference
30
+ name: Natural Language Inference
31
+ dataset:
32
+ name: boolq
33
+ type: boolq
34
+ config: default
35
+ split: validation
36
+ metrics:
37
+ - name: Accuracy
38
+ type: accuracy
39
+ value: 0.7314984709480122
40
+ verified: true
41
+ - name: Precision
42
+ type: precision
43
+ value: 0.766743648960739
44
+ verified: true
45
+ - name: Recall
46
+ type: recall
47
+ value: 0.8165272995573045
48
+ verified: true
49
+ - name: AUC
50
+ type: auc
51
+ value: 0.7719917242618858
52
+ verified: true
53
+ - name: F1
54
+ type: f1
55
+ value: 0.7908527870414483
56
+ verified: true
57
+ - name: loss
58
+ type: loss
59
+ value: 1.2070027589797974
60
+ verified: true
61
  ---
62
 
63
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You