funnyguy5543
commited on
Commit
•
c2e9d9d
1
Parent(s):
e797da1
docs
Browse files
README.md
CHANGED
@@ -6,33 +6,24 @@ tags:
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
-
should probably proofread and complete it, then remove this comment. -->
|
15 |
-
|
16 |
# food-classification-86M-v0.1
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 1.6079
|
21 |
- Accuracy: 0.892
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
## Training and evaluation data
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
-
## Training procedure
|
36 |
|
37 |
### Training hyperparameters
|
38 |
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
+
- name: google-vit-base-patch16-224-in21k-finetuned-food-classification-86M-v0.1
|
10 |
results: []
|
11 |
---
|
12 |
|
|
|
|
|
|
|
13 |
# food-classification-86M-v0.1
|
14 |
|
15 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the food101 dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 1.6079
|
18 |
- Accuracy: 0.892
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
Food image classification.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
This was trained for fun and my own learning. But if you want to use it, go ahead.
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
### Training hyperparameters
|
29 |
|