lewtun HF staff commited on
Commit
a24ffc6
1 Parent(s): 9c15efa

Add evaluation results on the default config of banking77

Browse files

Beep 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-staging-eval-project-banking77-9cb960fa-11435523).\
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).

Files changed (1) hide show
  1. README.md +59 -6
README.md CHANGED
@@ -20,13 +20,66 @@ model-index:
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.924025974025974
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  widget:
24
- - text: "Can I track the card you sent to me? "
25
- example_title: "Card Arrival Example"
26
- - text: "Can you explain your exchange rate policy to me?"
27
- example_title: "Exchange Rate Example"
28
- - text: "I can't pay by my credit card"
29
- example_title: "Card Not Working Example"
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
20
  - name: Accuracy
21
  type: accuracy
22
  value: 0.924025974025974
23
+ - task:
24
+ type: text-classification
25
+ name: Text Classification
26
+ dataset:
27
+ name: banking77
28
+ type: banking77
29
+ config: default
30
+ split: test
31
+ metrics:
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.924025974025974
35
+ verified: true
36
+ - name: Precision Macro
37
+ type: precision
38
+ value: 0.9278003086307286
39
+ verified: true
40
+ - name: Precision Micro
41
+ type: precision
42
+ value: 0.924025974025974
43
+ verified: true
44
+ - name: Precision Weighted
45
+ type: precision
46
+ value: 0.9278003086307287
47
+ verified: true
48
+ - name: Recall Macro
49
+ type: recall
50
+ value: 0.9240259740259743
51
+ verified: true
52
+ - name: Recall Micro
53
+ type: recall
54
+ value: 0.924025974025974
55
+ verified: true
56
+ - name: Recall Weighted
57
+ type: recall
58
+ value: 0.924025974025974
59
+ verified: true
60
+ - name: F1 Macro
61
+ type: f1
62
+ value: 0.9243068139192414
63
+ verified: true
64
+ - name: F1 Micro
65
+ type: f1
66
+ value: 0.924025974025974
67
+ verified: true
68
+ - name: F1 Weighted
69
+ type: f1
70
+ value: 0.9243068139192416
71
+ verified: true
72
+ - name: loss
73
+ type: loss
74
+ value: 0.31516405940055847
75
+ verified: true
76
  widget:
77
+ - text: 'Can I track the card you sent to me? '
78
+ example_title: Card Arrival Example
79
+ - text: Can you explain your exchange rate policy to me?
80
+ example_title: Exchange Rate Example
81
+ - text: I can't pay by my credit card
82
+ example_title: Card Not Working Example
83
  ---
84
 
85
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You