Model save
Browse files- README.md +33 -21
- config.json +1 -1
- model.safetensors +1 -1
- runs/May09_07-16-20_361db62a36de/events.out.tfevents.1715258519.361db62a36de.34.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
-
- image-classification
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imagefolder
|
@@ -15,7 +14,7 @@ model-index:
|
|
15 |
name: Image Classification
|
16 |
type: image-classification
|
17 |
dataset:
|
18 |
-
name:
|
19 |
type: imagefolder
|
20 |
config: default
|
21 |
split: train
|
@@ -23,7 +22,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
|
@@ -31,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# Action_model
|
33 |
|
34 |
-
This model is a fine-tuned version of [
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -54,7 +53,7 @@ More information needed
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 0.0001
|
57 |
-
- train_batch_size:
|
58 |
- eval_batch_size: 8
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
@@ -66,19 +65,32 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
1 |
---
|
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 |
name: Image Classification
|
15 |
type: image-classification
|
16 |
dataset:
|
17 |
+
name: imagefolder
|
18 |
type: imagefolder
|
19 |
config: default
|
20 |
split: train
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.8664323374340949
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# Action_model
|
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 imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.5153
|
36 |
+
- Accuracy: 0.8664
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 16
|
57 |
- eval_batch_size: 8
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 1.2754 | 0.37 | 100 | 1.1163 | 0.7329 |
|
69 |
+
| 0.9345 | 0.75 | 200 | 0.8296 | 0.7996 |
|
70 |
+
| 0.8816 | 1.12 | 300 | 0.7156 | 0.8102 |
|
71 |
+
| 0.7425 | 1.49 | 400 | 0.6529 | 0.8067 |
|
72 |
+
| 0.6883 | 1.87 | 500 | 0.6079 | 0.8243 |
|
73 |
+
| 0.5454 | 2.24 | 600 | 0.5605 | 0.8348 |
|
74 |
+
| 0.5383 | 2.61 | 700 | 0.5571 | 0.8295 |
|
75 |
+
| 0.5442 | 2.99 | 800 | 0.5864 | 0.8190 |
|
76 |
+
| 0.3986 | 3.36 | 900 | 0.5632 | 0.8313 |
|
77 |
+
| 0.3438 | 3.73 | 1000 | 0.5606 | 0.8366 |
|
78 |
+
| 0.4345 | 4.1 | 1100 | 0.5354 | 0.8366 |
|
79 |
+
| 0.4523 | 4.48 | 1200 | 0.4988 | 0.8576 |
|
80 |
+
| 0.3162 | 4.85 | 1300 | 0.5099 | 0.8541 |
|
81 |
+
| 0.3793 | 5.22 | 1400 | 0.5190 | 0.8436 |
|
82 |
+
| 0.3228 | 5.6 | 1500 | 0.4589 | 0.8576 |
|
83 |
+
| 0.1795 | 5.97 | 1600 | 0.5096 | 0.8489 |
|
84 |
+
| 0.2626 | 6.34 | 1700 | 0.5403 | 0.8489 |
|
85 |
+
| 0.3041 | 6.72 | 1800 | 0.4908 | 0.8489 |
|
86 |
+
| 0.1831 | 7.09 | 1900 | 0.5721 | 0.8383 |
|
87 |
+
| 0.2275 | 7.46 | 2000 | 0.5349 | 0.8313 |
|
88 |
+
| 0.1762 | 7.84 | 2100 | 0.5204 | 0.8541 |
|
89 |
+
| 0.2112 | 8.21 | 2200 | 0.5189 | 0.8629 |
|
90 |
+
| 0.1242 | 8.58 | 2300 | 0.5377 | 0.8471 |
|
91 |
+
| 0.1207 | 8.96 | 2400 | 0.5325 | 0.8559 |
|
92 |
+
| 0.1806 | 9.33 | 2500 | 0.5150 | 0.8647 |
|
93 |
+
| 0.1793 | 9.7 | 2600 | 0.5153 | 0.8664 |
|
94 |
|
95 |
|
96 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343248584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b0a199ad74ff65ea529793bc6fdbef69fb6f7b70ddf2146d94e4c125b807dd2
|
3 |
size 343248584
|
runs/May09_07-16-20_361db62a36de/events.out.tfevents.1715258519.361db62a36de.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2edb7d30150a8f292bba4af21f478bb7cdb9367d2a167d6ae78d89fafd28fa9
|
3 |
+
size 70848
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c8c7d4932a995756b5081ceec90e99008b51ea7166830884a36b9004ee45428
|
3 |
size 4920
|