nickprock autoevaluator HF staff commited on
Commit
b7009e3
1 Parent(s): a0c8c08

Add evaluation results on the default config of banking77 (#1)

Browse files

- Add evaluation results on the default config of banking77 (06e89c18dee76d4cddc0eb36e729b5318245c62e)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +65 -12
README.md CHANGED
@@ -22,19 +22,72 @@ model-index:
22
  - name: Accuracy
23
  type: accuracy
24
  value: 0.9321428571428572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  widget:
26
- - text: 'Can I track the card you sent to me? '
27
- example_title: Card Arrival Example - English
28
- - text: 'Posso tracciare la carta che mi avete spedito? '
29
- example_title: Card Arrival Example - Italian
30
- - text: Can you explain your exchange rate policy to me?
31
- example_title: Exchange Rate Example - English
32
- - text: Potete spiegarmi la vostra politica dei tassi di cambio?
33
- example_title: Exchange Rate Example - Italian
34
- - text: I can't pay by my credit card
35
- example_title: Card Not Working Example - English
36
- - text: Non riesco a pagare con la mia carta di credito
37
- example_title: Card Not Working Example - Italian
38
  ---
39
 
40
  <!-- 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.9321428571428572
25
+ - task:
26
+ type: text-classification
27
+ name: Text Classification
28
+ dataset:
29
+ name: banking77
30
+ type: banking77
31
+ config: default
32
+ split: test
33
+ metrics:
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.9321428571428572
37
+ verified: true
38
+ - name: Precision Macro
39
+ type: precision
40
+ value: 0.9339627666926148
41
+ verified: true
42
+ - name: Precision Micro
43
+ type: precision
44
+ value: 0.9321428571428572
45
+ verified: true
46
+ - name: Precision Weighted
47
+ type: precision
48
+ value: 0.9339627666926148
49
+ verified: true
50
+ - name: Recall Macro
51
+ type: recall
52
+ value: 0.9321428571428572
53
+ verified: true
54
+ - name: Recall Micro
55
+ type: recall
56
+ value: 0.9321428571428572
57
+ verified: true
58
+ - name: Recall Weighted
59
+ type: recall
60
+ value: 0.9321428571428572
61
+ verified: true
62
+ - name: F1 Macro
63
+ type: f1
64
+ value: 0.9320514513719953
65
+ verified: true
66
+ - name: F1 Micro
67
+ type: f1
68
+ value: 0.9321428571428572
69
+ verified: true
70
+ - name: F1 Weighted
71
+ type: f1
72
+ value: 0.9320514513719956
73
+ verified: true
74
+ - name: loss
75
+ type: loss
76
+ value: 0.30337899923324585
77
+ verified: true
78
  widget:
79
+ - text: 'Can I track the card you sent to me? '
80
+ example_title: Card Arrival Example - English
81
+ - text: 'Posso tracciare la carta che mi avete spedito? '
82
+ example_title: Card Arrival Example - Italian
83
+ - text: Can you explain your exchange rate policy to me?
84
+ example_title: Exchange Rate Example - English
85
+ - text: Potete spiegarmi la vostra politica dei tassi di cambio?
86
+ example_title: Exchange Rate Example - Italian
87
+ - text: I can't pay by my credit card
88
+ example_title: Card Not Working Example - English
89
+ - text: Non riesco a pagare con la mia carta di credito
90
+ example_title: Card Not Working Example - Italian
91
  ---
92
 
93
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You