Commit
•
cecf50f
1
Parent(s):
f0b917e
Add evaluation results on beans dataset (#2)
Browse files- Add evaluation results on beans dataset (9cbf311b0d31ebdf2ea58dc820ef0b7620357e2f)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -29,6 +29,59 @@ model-index:
|
|
29 |
- name: Accuracy
|
30 |
type: accuracy
|
31 |
value: 0.9774436090225563
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
---
|
33 |
|
34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
- name: Accuracy
|
30 |
type: accuracy
|
31 |
value: 0.9774436090225563
|
32 |
+
- task:
|
33 |
+
type: image-classification
|
34 |
+
name: Image Classification
|
35 |
+
dataset:
|
36 |
+
name: beans
|
37 |
+
type: beans
|
38 |
+
config: default
|
39 |
+
split: test
|
40 |
+
metrics:
|
41 |
+
- name: Accuracy
|
42 |
+
type: accuracy
|
43 |
+
value: 0.9453125
|
44 |
+
verified: true
|
45 |
+
- name: Precision Macro
|
46 |
+
type: precision
|
47 |
+
value: 0.9453325082933705
|
48 |
+
verified: true
|
49 |
+
- name: Precision Micro
|
50 |
+
type: precision
|
51 |
+
value: 0.9453125
|
52 |
+
verified: true
|
53 |
+
- name: Precision Weighted
|
54 |
+
type: precision
|
55 |
+
value: 0.9452605321507761
|
56 |
+
verified: true
|
57 |
+
- name: Recall Macro
|
58 |
+
type: recall
|
59 |
+
value: 0.945736434108527
|
60 |
+
verified: true
|
61 |
+
- name: Recall Micro
|
62 |
+
type: recall
|
63 |
+
value: 0.9453125
|
64 |
+
verified: true
|
65 |
+
- name: Recall Weighted
|
66 |
+
type: recall
|
67 |
+
value: 0.9453125
|
68 |
+
verified: true
|
69 |
+
- name: F1 Macro
|
70 |
+
type: f1
|
71 |
+
value: 0.9451827242524917
|
72 |
+
verified: true
|
73 |
+
- name: F1 Micro
|
74 |
+
type: f1
|
75 |
+
value: 0.9453125
|
76 |
+
verified: true
|
77 |
+
- name: F1 Weighted
|
78 |
+
type: f1
|
79 |
+
value: 0.944936150332226
|
80 |
+
verified: true
|
81 |
+
- name: loss
|
82 |
+
type: loss
|
83 |
+
value: 0.26030588150024414
|
84 |
+
verified: true
|
85 |
---
|
86 |
|
87 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|