Raihan004 commited on
Commit
bba2204
·
1 Parent(s): ef721e5

Model save

Browse files
README.md CHANGED
@@ -2,7 +2,6 @@
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
  - image_folder
@@ -15,7 +14,7 @@ model-index:
15
  name: Image Classification
16
  type: image-classification
17
  dataset:
18
- name: agent_action_class
19
  type: image_folder
20
  config: hierarchical-action-agent
21
  split: train
@@ -23,7 +22,7 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8215827338129497
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
  # Hierarchical_Agent_Action
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.6022
37
- - Accuracy: 0.8216
38
 
39
  ## Model description
40
 
@@ -59,37 +58,50 @@ The following hyperparameters were used during training:
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - num_epochs: 20
63
  - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 2.4733 | 0.81 | 100 | 2.2958 | 0.6173 |
70
- | 1.7952 | 1.61 | 200 | 1.6267 | 0.7252 |
71
- | 1.409 | 2.42 | 300 | 1.2853 | 0.7525 |
72
- | 1.1321 | 3.23 | 400 | 0.9899 | 0.7971 |
73
- | 0.9094 | 4.03 | 500 | 0.8828 | 0.8029 |
74
- | 0.8552 | 4.84 | 600 | 0.8249 | 0.7885 |
75
- | 0.7082 | 5.65 | 700 | 0.8111 | 0.7755 |
76
- | 0.5812 | 6.45 | 800 | 0.7087 | 0.8115 |
77
- | 0.5714 | 7.26 | 900 | 0.6596 | 0.8158 |
78
- | 0.4802 | 8.06 | 1000 | 0.7486 | 0.7813 |
79
- | 0.5135 | 8.87 | 1100 | 0.6208 | 0.8259 |
80
- | 0.4724 | 9.68 | 1200 | 0.6434 | 0.8129 |
81
- | 0.3781 | 10.48 | 1300 | 0.6290 | 0.8187 |
82
- | 0.457 | 11.29 | 1400 | 0.6152 | 0.8345 |
83
- | 0.4174 | 12.1 | 1500 | 0.6348 | 0.8144 |
84
- | 0.3778 | 12.9 | 1600 | 0.6418 | 0.8158 |
85
- | 0.3391 | 13.71 | 1700 | 0.6457 | 0.8173 |
86
- | 0.309 | 14.52 | 1800 | 0.6429 | 0.8101 |
87
- | 0.3543 | 15.32 | 1900 | 0.6086 | 0.8201 |
88
- | 0.3232 | 16.13 | 2000 | 0.6375 | 0.8245 |
89
- | 0.2687 | 16.94 | 2100 | 0.6282 | 0.8273 |
90
- | 0.2551 | 17.74 | 2200 | 0.6022 | 0.8216 |
91
- | 0.2711 | 18.55 | 2300 | 0.6056 | 0.8187 |
92
- | 0.2371 | 19.35 | 2400 | 0.6058 | 0.8230 |
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
 
95
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
5
  - generated_from_trainer
6
  datasets:
7
  - image_folder
 
14
  name: Image Classification
15
  type: image-classification
16
  dataset:
17
+ name: image_folder
18
  type: image_folder
19
  config: hierarchical-action-agent
20
  split: train
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8330935251798561
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # Hierarchical_Agent_Action
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 image_folder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.6262
36
+ - Accuracy: 0.8331
37
 
38
  ## Model description
39
 
 
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
+ - num_epochs: 30
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 2.4407 | 0.81 | 100 | 2.2716 | 0.6058 |
69
+ | 1.7756 | 1.61 | 200 | 1.6162 | 0.7065 |
70
+ | 1.3948 | 2.42 | 300 | 1.2200 | 0.7698 |
71
+ | 1.131 | 3.23 | 400 | 1.0012 | 0.7856 |
72
+ | 0.9239 | 4.03 | 500 | 0.9055 | 0.7827 |
73
+ | 0.8699 | 4.84 | 600 | 0.8103 | 0.7827 |
74
+ | 0.6707 | 5.65 | 700 | 0.7610 | 0.7842 |
75
+ | 0.6206 | 6.45 | 800 | 0.7312 | 0.7885 |
76
+ | 0.5795 | 7.26 | 900 | 0.6989 | 0.8101 |
77
+ | 0.4914 | 8.06 | 1000 | 0.7066 | 0.7813 |
78
+ | 0.5087 | 8.87 | 1100 | 0.6398 | 0.8187 |
79
+ | 0.4373 | 9.68 | 1200 | 0.6293 | 0.8043 |
80
+ | 0.4365 | 10.48 | 1300 | 0.6726 | 0.7971 |
81
+ | 0.4517 | 11.29 | 1400 | 0.6047 | 0.8245 |
82
+ | 0.4114 | 12.1 | 1500 | 0.6088 | 0.8230 |
83
+ | 0.426 | 12.9 | 1600 | 0.6165 | 0.8201 |
84
+ | 0.3456 | 13.71 | 1700 | 0.6133 | 0.8259 |
85
+ | 0.332 | 14.52 | 1800 | 0.6736 | 0.8201 |
86
+ | 0.3646 | 15.32 | 1900 | 0.6406 | 0.8173 |
87
+ | 0.3287 | 16.13 | 2000 | 0.6978 | 0.7971 |
88
+ | 0.2793 | 16.94 | 2100 | 0.6433 | 0.8173 |
89
+ | 0.2924 | 17.74 | 2200 | 0.6474 | 0.8144 |
90
+ | 0.2605 | 18.55 | 2300 | 0.6279 | 0.8288 |
91
+ | 0.2016 | 19.35 | 2400 | 0.6361 | 0.8216 |
92
+ | 0.2524 | 20.16 | 2500 | 0.6394 | 0.8259 |
93
+ | 0.2017 | 20.97 | 2600 | 0.6683 | 0.8158 |
94
+ | 0.2082 | 21.77 | 2700 | 0.6389 | 0.8345 |
95
+ | 0.2751 | 22.58 | 2800 | 0.6141 | 0.8374 |
96
+ | 0.207 | 23.39 | 2900 | 0.6052 | 0.8259 |
97
+ | 0.1791 | 24.19 | 3000 | 0.6332 | 0.8230 |
98
+ | 0.1719 | 25.0 | 3100 | 0.5942 | 0.8403 |
99
+ | 0.1685 | 25.81 | 3200 | 0.6121 | 0.8360 |
100
+ | 0.1557 | 26.61 | 3300 | 0.6237 | 0.8345 |
101
+ | 0.1694 | 27.42 | 3400 | 0.6372 | 0.8317 |
102
+ | 0.1927 | 28.23 | 3500 | 0.6378 | 0.8273 |
103
+ | 0.1375 | 29.03 | 3600 | 0.6258 | 0.8331 |
104
+ | 0.1653 | 29.84 | 3700 | 0.6262 | 0.8331 |
105
 
106
 
107
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a2afa109948b75175e5dc053da4e42436b7200d586e2eb95fcb56fef66185b3
3
  size 343322416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7fb278e94e8f29f59ebfa3b6d34431ff5b6e7fcd21223619be90f5147f8dea
3
  size 343322416
runs/Dec27_07-48-13_fc6b8939f5d8/events.out.tfevents.1703663294.fc6b8939f5d8.47.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d22ec8d2e519ed76f1d9f65614c43162b341cc7bcee2eb45b1097ca60504962c
3
+ size 51576
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e7cc738c7078a34dd6a657ae45257e376565f461a356153c6401f80255e2de1
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7225059661a8c008aa22e1da3f6e1029f5664f4d92b31f2199738ff438d7af59
3
  size 4155