Add evaluation results on the default config of banking77
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the default config of the [banking77](https://huggingface.co/datasets/banking77) dataset by
@nickprock
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-project-banking77-77f5d7e6-1267748583).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=banking77).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=banking77).
README.md
CHANGED
@@ -22,19 +22,72 @@ model-index:
|
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
value: 0.9321428571428572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
widget:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
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
|