End of training
Browse files- README.md +3 -3
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/Jan16_16-38-40_d2e708f84219/events.out.tfevents.1737046543.d2e708f84219.310.1 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/vit-msn-small](https://huggingface.co/facebook/vit-msn-small) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8791208791208791
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/vit-msn-small](https://huggingface.co/facebook/vit-msn-small) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.4371
|
37 |
+
- Accuracy: 0.8791
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 92.3076923076923,
|
3 |
+
"eval_accuracy": 0.8791208791208791,
|
4 |
+
"eval_loss": 0.4371393620967865,
|
5 |
+
"eval_runtime": 1.1631,
|
6 |
+
"eval_samples_per_second": 234.727,
|
7 |
+
"eval_steps_per_second": 4.299,
|
8 |
+
"total_flos": 1.4722503891660472e+18,
|
9 |
+
"train_loss": 0.3897706772387028,
|
10 |
+
"train_runtime": 753.6703,
|
11 |
+
"train_samples_per_second": 108.137,
|
12 |
+
"train_steps_per_second": 0.796
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 92.3076923076923,
|
3 |
+
"eval_accuracy": 0.8791208791208791,
|
4 |
+
"eval_loss": 0.4371393620967865,
|
5 |
+
"eval_runtime": 1.1631,
|
6 |
+
"eval_samples_per_second": 234.727,
|
7 |
+
"eval_steps_per_second": 4.299
|
8 |
+
}
|
runs/Jan16_16-38-40_d2e708f84219/events.out.tfevents.1737046543.d2e708f84219.310.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8486c60f8e0475f3fff262018b0da3e56804996994fb638867f4114c6c43a9a3
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 92.3076923076923,
|
3 |
+
"total_flos": 1.4722503891660472e+18,
|
4 |
+
"train_loss": 0.3897706772387028,
|
5 |
+
"train_runtime": 753.6703,
|
6 |
+
"train_samples_per_second": 108.137,
|
7 |
+
"train_steps_per_second": 0.796
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|