🍻 cheers
Browse files- README.md +6 -5
- all_results.json +13 -0
- eval_results.json +8 -0
- runs/May22_15-14-12_706557cbf509/events.out.tfevents.1716398895.706557cbf509.34.3 +3 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-384
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imagefolder
|
@@ -14,7 +15,7 @@ model-index:
|
|
14 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
split: train
|
@@ -22,7 +23,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# Action_model_ViT_384
|
32 |
|
33 |
-
This model is a fine-tuned version of [google/vit-base-patch16-384](https://huggingface.co/google/vit-base-patch16-384) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-384
|
4 |
tags:
|
5 |
+
- image-classification
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imagefolder
|
|
|
15 |
name: Image Classification
|
16 |
type: image-classification
|
17 |
dataset:
|
18 |
+
name: action_class
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
split: train
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8611599297012302
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# Action_model_ViT_384
|
33 |
|
34 |
+
This model is a fine-tuned version of [google/vit-base-patch16-384](https://huggingface.co/google/vit-base-patch16-384) on the action_class dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.4520
|
37 |
+
- Accuracy: 0.8612
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 20.0,
|
3 |
+
"eval_accuracy": 0.8611599297012302,
|
4 |
+
"eval_loss": 0.4519657492637634,
|
5 |
+
"eval_runtime": 17.123,
|
6 |
+
"eval_samples_per_second": 33.23,
|
7 |
+
"eval_steps_per_second": 4.205,
|
8 |
+
"total_flos": 1.9598089091159163e+19,
|
9 |
+
"train_loss": 0.2734005047119598,
|
10 |
+
"train_runtime": 8010.8383,
|
11 |
+
"train_samples_per_second": 10.705,
|
12 |
+
"train_steps_per_second": 1.338
|
13 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 20.0,
|
3 |
+
"eval_accuracy": 0.8611599297012302,
|
4 |
+
"eval_loss": 0.4519657492637634,
|
5 |
+
"eval_runtime": 17.123,
|
6 |
+
"eval_samples_per_second": 33.23,
|
7 |
+
"eval_steps_per_second": 4.205
|
8 |
+
}
|
runs/May22_15-14-12_706557cbf509/events.out.tfevents.1716398895.706557cbf509.34.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89db136ef37388766f03c07efff41a016f4993f5aa1c68ca3bca592b62555e52
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 20.0,
|
3 |
+
"total_flos": 1.9598089091159163e+19,
|
4 |
+
"train_loss": 0.2734005047119598,
|
5 |
+
"train_runtime": 8010.8383,
|
6 |
+
"train_samples_per_second": 10.705,
|
7 |
+
"train_steps_per_second": 1.338
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|