Add evaluation results on sasha/dog-food
Browse filesBeep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [sasha/dog-food](https://huggingface.co/datasets/sasha/dog-food) dataset by [@None](https://huggingface.co/None), using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-fb171f3a-6844715). Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=sasha/dog-food). Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/autoevaluate?dataset=sasha/dog-food).
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
|