🍻 cheers
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
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,11 +31,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# Action_Classification
|
32 |
|
33 |
-
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
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Accuracy: 0.
|
37 |
-
- Confusion Matrix: [[
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: google/vit-base-patch16-224-in21k
|
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: agent_action_class
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
split: train
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.7628571428571429
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# Action_Classification
|
33 |
|
34 |
+
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 agent_action_class dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.8482
|
37 |
+
- Accuracy: 0.7629
|
38 |
+
- Confusion Matrix: [[45, 5, 20, 4, 2, 6, 4, 8, 3, 3], [5, 154, 4, 2, 1, 2, 6, 1, 17, 1], [0, 0, 51, 1, 2, 8, 1, 0, 0, 2], [1, 0, 8, 26, 8, 5, 0, 0, 1, 3], [0, 1, 0, 0, 89, 3, 0, 0, 0, 0], [0, 1, 11, 3, 1, 55, 0, 1, 0, 0], [0, 1, 1, 0, 3, 3, 51, 0, 0, 0], [0, 0, 10, 1, 0, 4, 0, 68, 0, 0], [0, 26, 5, 0, 1, 3, 16, 1, 127, 1], [3, 0, 2, 9, 2, 1, 0, 1, 0, 135]]
|
39 |
|
40 |
## Model description
|
41 |
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 15.0,
|
3 |
+
"total_flos": 1.1677717704563528e+19,
|
4 |
+
"train_loss": 0.19079542797209098,
|
5 |
+
"train_runtime": 4656.9657,
|
6 |
+
"train_samples_per_second": 32.323,
|
7 |
+
"train_steps_per_second": 1.011
|
8 |
+
}
|
runs/Apr26_19-40-54_2fba0b6b6ec2/events.out.tfevents.1714165396.2fba0b6b6ec2.34.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a81f3f9d227dedb49d29542e84aac0b7b8d53d25179dd41dd0e681eaf1f452ff
|
3 |
+
size 2349
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 15.0,
|
3 |
+
"total_flos": 1.1677717704563528e+19,
|
4 |
+
"train_loss": 0.19079542797209098,
|
5 |
+
"train_runtime": 4656.9657,
|
6 |
+
"train_samples_per_second": 32.323,
|
7 |
+
"train_steps_per_second": 1.011
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|