File size: 2,272 Bytes
166595e e73daf6 166595e e73daf6 166595e 5d4450b 166595e 2205441 d21c670 166595e e73daf6 166595e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
---
tags:
- image-classification
- pytorch
- huggingpics
datasets:
- sasha/dog-food
metrics:
- accuracy
- f1
model-index:
- name: dog-food-vit-base-patch16-224-in21k
results:
- task:
name: Image Classification
type: image-classification
dataset:
name: Dog Food
type: sasha/dog-food
metrics:
- name: Accuracy
type: accuracy
value: 0.9988889098167419
- task:
type: image-classification
name: Image Classification
dataset:
name: sasha/dog-food
type: sasha/dog-food
config: sasha--dog-food
split: test
metrics:
- name: Accuracy
type: accuracy
value: 0.9977777777777778
verified: true
- name: Precision
type: precision
value: 0.9966777408637874
verified: true
- name: Recall
type: recall
value: 1.0
verified: true
- name: AUC
type: auc
value: 0.9999777777777779
verified: true
- name: F1
type: f1
value: 0.9983361064891847
verified: true
- name: loss
type: loss
value: 0.009058385156095028
verified: true
- task:
type: image-classification
name: Image Classification
dataset:
name: sasha/dog-food
type: sasha/dog-food
config: sasha--dog-food
split: train
metrics:
- name: Accuracy
type: accuracy
value: 0.9966666666666667
verified: true
- name: Precision
type: precision
value: 0.9950248756218906
verified: true
- name: Recall
type: recall
value: 1.0
verified: true
- name: AUC
type: auc
value: 0.999682142857143
verified: true
- name: F1
type: f1
value: 0.9975062344139651
verified: true
- name: loss
type: loss
value: 0.010359126143157482
verified: true
---
# dog-food-vit-base-patch16-224-in21k
This model was trained on the `train` split of the [Dogs vs Food](https://huggingface.co/datasets/sasha/dog-food) dataset -- try training your own using the
[the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb)!
## Example Images
#### dog
![dog](images/dog.jpg)
#### food
![food](images/food.jpg) |