End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
@@ -15,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# food101-vit-base-patch16-224-in21k
|
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: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
+
- vision
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# food101-vit-base-patch16-224-in21k
|
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 food101 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3873
|
23 |
+
- Accuracy: 0.9035
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9035247524752476,
|
4 |
+
"eval_loss": 0.38733184337615967,
|
5 |
+
"eval_runtime": 228.3973,
|
6 |
+
"eval_samples_per_second": 110.553,
|
7 |
+
"eval_steps_per_second": 13.822,
|
8 |
+
"train_loss": 0.6563277260213383,
|
9 |
+
"train_runtime": 13063.3743,
|
10 |
+
"train_samples_per_second": 57.987,
|
11 |
+
"train_steps_per_second": 7.249
|
12 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.9035247524752476,
|
4 |
+
"eval_loss": 0.38733184337615967,
|
5 |
+
"eval_runtime": 228.3973,
|
6 |
+
"eval_samples_per_second": 110.553,
|
7 |
+
"eval_steps_per_second": 13.822
|
8 |
+
}
|
runs/Aug12_14-38-34_kwangryeol-OMEN-30L-Desktop-GT13-1xxx/events.out.tfevents.1723454450.kwangryeol-OMEN-30L-Desktop-GT13-1xxx.339363.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f80c657faf420c2cc568e5bb26549d75ffc9660e85c2a4b2b3e258da905e3db9
|
3 |
+
size 417
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.6563277260213383,
|
4 |
+
"train_runtime": 13063.3743,
|
5 |
+
"train_samples_per_second": 57.987,
|
6 |
+
"train_steps_per_second": 7.249
|
7 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|