Commit
·
e30648e
1
Parent(s):
92cf864
Add evaluation results on sasha/dog-food (#2)
Browse files- Add evaluation results on sasha/dog-food (266ddc89ee0ea0306c70f20923cf63a25ee4e90a)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -17,6 +17,39 @@ model-index:
|
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
value: 0.9976190476190476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# Model Trained Using AutoTrain
|
|
|
17 |
- name: Accuracy
|
18 |
type: accuracy
|
19 |
value: 0.9976190476190476
|
20 |
+
- task:
|
21 |
+
type: image-classification
|
22 |
+
name: Image Classification
|
23 |
+
dataset:
|
24 |
+
name: sasha/dog-food
|
25 |
+
type: sasha/dog-food
|
26 |
+
config: sasha--dog-food
|
27 |
+
split: test
|
28 |
+
metrics:
|
29 |
+
- name: Accuracy
|
30 |
+
type: accuracy
|
31 |
+
value: 1.0
|
32 |
+
verified: true
|
33 |
+
- name: Precision
|
34 |
+
type: precision
|
35 |
+
value: 1.0
|
36 |
+
verified: true
|
37 |
+
- name: Recall
|
38 |
+
type: recall
|
39 |
+
value: 1.0
|
40 |
+
verified: true
|
41 |
+
- name: AUC
|
42 |
+
type: auc
|
43 |
+
value: 1.0
|
44 |
+
verified: true
|
45 |
+
- name: F1
|
46 |
+
type: f1
|
47 |
+
value: 1.0
|
48 |
+
verified: true
|
49 |
+
- name: loss
|
50 |
+
type: loss
|
51 |
+
value: 0.001115015591494739
|
52 |
+
verified: true
|
53 |
---
|
54 |
|
55 |
# Model Trained Using AutoTrain
|