Add evaluation results on the mnli config of glue

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -3,7 +3,7 @@ language:
3
  - en
4
  license: mit
5
  widget:
6
- - text: "She was badly wounded already. Another spear would take her down."
7
  tags:
8
  - generated_from_trainer
9
  datasets:
@@ -24,6 +24,59 @@ model-index:
24
  - name: Accuracy
25
  type: accuracy
26
  value: 0.8949349064279902
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
3
  - en
4
  license: mit
5
  widget:
6
+ - text: She was badly wounded already. Another spear would take her down.
7
  tags:
8
  - generated_from_trainer
9
  datasets:
 
24
  - name: Accuracy
25
  type: accuracy
26
  value: 0.8949349064279902
27
+ - task:
28
+ type: natural-language-inference
29
+ name: Natural Language Inference
30
+ dataset:
31
+ name: glue
32
+ type: glue
33
+ config: mnli
34
+ split: validation_matched
35
+ metrics:
36
+ - name: Accuracy
37
+ type: accuracy
38
+ value: 0.9000509424350484
39
+ verified: true
40
+ - name: Precision Macro
41
+ type: precision
42
+ value: 0.9000452542826349
43
+ verified: true
44
+ - name: Precision Micro
45
+ type: precision
46
+ value: 0.9000509424350484
47
+ verified: true
48
+ - name: Precision Weighted
49
+ type: precision
50
+ value: 0.9014585350976404
51
+ verified: true
52
+ - name: Recall Macro
53
+ type: recall
54
+ value: 0.900253092056111
55
+ verified: true
56
+ - name: Recall Micro
57
+ type: recall
58
+ value: 0.9000509424350484
59
+ verified: true
60
+ - name: Recall Weighted
61
+ type: recall
62
+ value: 0.9000509424350484
63
+ verified: true
64
+ - name: F1 Macro
65
+ type: f1
66
+ value: 0.8997940135019421
67
+ verified: true
68
+ - name: F1 Micro
69
+ type: f1
70
+ value: 0.9000509424350484
71
+ verified: true
72
+ - name: F1 Weighted
73
+ type: f1
74
+ value: 0.9003949466748086
75
+ verified: true
76
+ - name: loss
77
+ type: loss
78
+ value: 0.6493226289749146
79
+ verified: true
80
  ---
81
 
82
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You