🍻 cheers
Browse files- README.md +4 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Sep25_16-22-06_c8fcdba35603/events.out.tfevents.1727288218.c8fcdba35603.233.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,7 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -16,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# finetuned-fake-food
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# finetuned-fake-food
|
19 |
|
20 |
+
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 indian_food_images dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1348
|
23 |
+
- Accuracy: 0.9563
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9563193698532044,
|
4 |
+
"eval_loss": 0.1347890943288803,
|
5 |
+
"eval_runtime": 27.1015,
|
6 |
+
"eval_samples_per_second": 103.057,
|
7 |
+
"eval_steps_per_second": 12.914,
|
8 |
+
"total_flos": 1.2263107356509184e+19,
|
9 |
+
"train_loss": 0.12599933518755316,
|
10 |
+
"train_runtime": 6423.2981,
|
11 |
+
"train_samples_per_second": 24.637,
|
12 |
+
"train_steps_per_second": 1.541
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9563193698532044,
|
4 |
+
"eval_loss": 0.1347890943288803,
|
5 |
+
"eval_runtime": 27.1015,
|
6 |
+
"eval_samples_per_second": 103.057,
|
7 |
+
"eval_steps_per_second": 12.914
|
8 |
+
}
|
runs/Sep25_16-22-06_c8fcdba35603/events.out.tfevents.1727288218.c8fcdba35603.233.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e61a68d9434344d9cfc9c8f1406e16fcba964523b4ebd8cece687b780e939f6
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 1.2263107356509184e+19,
|
4 |
+
"train_loss": 0.12599933518755316,
|
5 |
+
"train_runtime": 6423.2981,
|
6 |
+
"train_samples_per_second": 24.637,
|
7 |
+
"train_steps_per_second": 1.541
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|