Commit
•
caf9d9f
1
Parent(s):
bfed2d8
Add evaluation results on banking77 dataset (#1)
Browse files- Add evaluation results on banking77 dataset (fed3d1cb1e3569dc62ea50a1b86ef78670b125a3)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -8,14 +8,15 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
example_title:
|
13 |
-
- text:
|
14 |
-
example_title:
|
15 |
-
- text: "Hey, I thought my topup was all done but now the money is gone again
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
19 |
model-index:
|
20 |
- name: distilbert-base-uncased-finetuned-banking77
|
21 |
results:
|
@@ -33,6 +34,59 @@ model-index:
|
|
33 |
- name: F1
|
34 |
type: f1
|
35 |
value: 0.925018570680639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
widget:
|
11 |
+
- text: Could you assist me in finding my lost card?
|
12 |
+
example_title: Example 1
|
13 |
+
- text: I found my lost card. Am I still able to use it?
|
14 |
+
example_title: Example 2
|
15 |
+
- text: "Hey, I thought my topup was all done but now the money is gone again \u2013\
|
16 |
+
\ what\u2019s up with that?"
|
17 |
+
example_title: Example 3
|
18 |
+
- text: "Tell me why my topup wouldn\u2019t go through?"
|
19 |
+
example_title: Example 4
|
20 |
model-index:
|
21 |
- name: distilbert-base-uncased-finetuned-banking77
|
22 |
results:
|
|
|
34 |
- name: F1
|
35 |
type: f1
|
36 |
value: 0.925018570680639
|
37 |
+
- task:
|
38 |
+
type: text-classification
|
39 |
+
name: Text Classification
|
40 |
+
dataset:
|
41 |
+
name: banking77
|
42 |
+
type: banking77
|
43 |
+
config: default
|
44 |
+
split: test
|
45 |
+
metrics:
|
46 |
+
- name: Accuracy
|
47 |
+
type: accuracy
|
48 |
+
value: 0.925
|
49 |
+
verified: true
|
50 |
+
- name: Precision Macro
|
51 |
+
type: precision
|
52 |
+
value: 0.9282769473964405
|
53 |
+
verified: true
|
54 |
+
- name: Precision Micro
|
55 |
+
type: precision
|
56 |
+
value: 0.925
|
57 |
+
verified: true
|
58 |
+
- name: Precision Weighted
|
59 |
+
type: precision
|
60 |
+
value: 0.9282769473964405
|
61 |
+
verified: true
|
62 |
+
- name: Recall Macro
|
63 |
+
type: recall
|
64 |
+
value: 0.9250000000000002
|
65 |
+
verified: true
|
66 |
+
- name: Recall Micro
|
67 |
+
type: recall
|
68 |
+
value: 0.925
|
69 |
+
verified: true
|
70 |
+
- name: Recall Weighted
|
71 |
+
type: recall
|
72 |
+
value: 0.925
|
73 |
+
verified: true
|
74 |
+
- name: F1 Macro
|
75 |
+
type: f1
|
76 |
+
value: 0.9250185706806391
|
77 |
+
verified: true
|
78 |
+
- name: F1 Micro
|
79 |
+
type: f1
|
80 |
+
value: 0.925
|
81 |
+
verified: true
|
82 |
+
- name: F1 Weighted
|
83 |
+
type: f1
|
84 |
+
value: 0.925018570680639
|
85 |
+
verified: true
|
86 |
+
- name: loss
|
87 |
+
type: loss
|
88 |
+
value: 0.2934279143810272
|
89 |
+
verified: true
|
90 |
---
|
91 |
|
92 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|