End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/deit-tiny-patch16-224
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
@@ -15,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# food101-deit-tiny-patch16-224
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.6538
|
21 |
- Accuracy: 0.8204
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/deit-tiny-patch16-224
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
+
- vision
|
7 |
- generated_from_trainer
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
17 |
|
18 |
# food101-deit-tiny-patch16-224
|
19 |
|
20 |
+
This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the food101 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.6538
|
23 |
- Accuracy: 0.8204
|
all_results.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
-
"train_loss":
|
9 |
-
"train_runtime":
|
10 |
-
"train_samples_per_second":
|
11 |
-
"train_steps_per_second":
|
12 |
}
|
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8204356435643564,
|
4 |
+
"eval_loss": 0.6538042426109314,
|
5 |
+
"eval_runtime": 37.4035,
|
6 |
+
"eval_samples_per_second": 675.071,
|
7 |
+
"eval_steps_per_second": 84.404,
|
8 |
+
"train_loss": 1.2358400564811112,
|
9 |
+
"train_runtime": 3207.066,
|
10 |
+
"train_samples_per_second": 236.197,
|
11 |
+
"train_steps_per_second": 29.525
|
12 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8204356435643564,
|
4 |
+
"eval_loss": 0.6538042426109314,
|
5 |
+
"eval_runtime": 37.4035,
|
6 |
+
"eval_samples_per_second": 675.071,
|
7 |
+
"eval_steps_per_second": 84.404
|
8 |
}
|
runs/Aug13_11-17-46_kwangryeol-OMEN-30L-Desktop-GT13-1xxx/events.out.tfevents.1723518728.kwangryeol-OMEN-30L-Desktop-GT13-1xxx.1052785.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0a7fba4ef31888417657d517013b9c2da43359f535138cf1d8b07dde24f5c6
|
3 |
+
size 417
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second":
|
6 |
-
"train_steps_per_second":
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
+
"train_loss": 1.2358400564811112,
|
4 |
+
"train_runtime": 3207.066,
|
5 |
+
"train_samples_per_second": 236.197,
|
6 |
+
"train_steps_per_second": 29.525
|
7 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|