Commit
·
304e751
1
Parent(s):
ea10fd7
Add evaluation results on cifar10 (#1)
Browse files- Add evaluation results on cifar10 (5902d4374062a9dfcdefb9e16ff0402b09086f0e)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -17,6 +17,59 @@ model-index:
|
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
value: 0.9834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# Model Trained Using AutoTrain
|
|
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
value: 0.9834
|
20 |
+
- task:
|
21 |
+
type: image-classification
|
22 |
+
name: Image Classification
|
23 |
+
dataset:
|
24 |
+
name: cifar10
|
25 |
+
type: cifar10
|
26 |
+
config: plain_text
|
27 |
+
split: test
|
28 |
+
metrics:
|
29 |
+
- name: Accuracy
|
30 |
+
type: accuracy
|
31 |
+
value: 0.9811
|
32 |
+
verified: true
|
33 |
+
- name: Precision Macro
|
34 |
+
type: precision
|
35 |
+
value: 0.9812371727477451
|
36 |
+
verified: true
|
37 |
+
- name: Precision Micro
|
38 |
+
type: precision
|
39 |
+
value: 0.9811
|
40 |
+
verified: true
|
41 |
+
- name: Precision Weighted
|
42 |
+
type: precision
|
43 |
+
value: 0.9812371727477451
|
44 |
+
verified: true
|
45 |
+
- name: Recall Macro
|
46 |
+
type: recall
|
47 |
+
value: 0.9811
|
48 |
+
verified: true
|
49 |
+
- name: Recall Micro
|
50 |
+
type: recall
|
51 |
+
value: 0.9811
|
52 |
+
verified: true
|
53 |
+
- name: Recall Weighted
|
54 |
+
type: recall
|
55 |
+
value: 0.9811
|
56 |
+
verified: true
|
57 |
+
- name: F1 Macro
|
58 |
+
type: f1
|
59 |
+
value: 0.9811240087824231
|
60 |
+
verified: true
|
61 |
+
- name: F1 Micro
|
62 |
+
type: f1
|
63 |
+
value: 0.9811
|
64 |
+
verified: true
|
65 |
+
- name: F1 Weighted
|
66 |
+
type: f1
|
67 |
+
value: 0.981124008782423
|
68 |
+
verified: true
|
69 |
+
- name: loss
|
70 |
+
type: loss
|
71 |
+
value: 0.064994215965271
|
72 |
+
verified: true
|
73 |
---
|
74 |
|
75 |
# Model Trained Using AutoTrain
|