Raihan004 commited on
Commit
057d317
1 Parent(s): 8d50f4c

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
  - imagefolder
@@ -15,7 +14,7 @@ model-index:
15
  name: Image Classification
16
  type: image-classification
17
  dataset:
18
- name: action_class
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.799047619047619
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 [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the action_class dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.6551
37
- - Accuracy: 0.7990
38
 
39
  ## Model description
40
 
@@ -59,44 +58,19 @@ 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: 10
63
  - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 1.1382 | 0.32 | 100 | 1.0002 | 0.7676 |
70
- | 0.782 | 0.64 | 200 | 0.7673 | 0.7676 |
71
- | 0.6289 | 0.96 | 300 | 0.7073 | 0.7867 |
72
- | 0.5028 | 1.27 | 400 | 0.7261 | 0.7686 |
73
- | 0.4746 | 1.59 | 500 | 0.7464 | 0.7619 |
74
- | 0.4298 | 1.91 | 600 | 0.6551 | 0.7990 |
75
- | 0.3488 | 2.23 | 700 | 0.7359 | 0.7733 |
76
- | 0.266 | 2.55 | 800 | 0.8296 | 0.7514 |
77
- | 0.3651 | 2.87 | 900 | 0.8661 | 0.7305 |
78
- | 0.2796 | 3.18 | 1000 | 0.7188 | 0.7867 |
79
- | 0.2703 | 3.5 | 1100 | 0.8422 | 0.7476 |
80
- | 0.2608 | 3.82 | 1200 | 0.8207 | 0.7724 |
81
- | 0.251 | 4.14 | 1300 | 1.0252 | 0.7267 |
82
- | 0.2085 | 4.46 | 1400 | 1.0475 | 0.7171 |
83
- | 0.1715 | 4.78 | 1500 | 0.8852 | 0.7495 |
84
- | 0.2051 | 5.1 | 1600 | 0.8164 | 0.7790 |
85
- | 0.1481 | 5.41 | 1700 | 0.8825 | 0.7629 |
86
- | 0.177 | 5.73 | 1800 | 0.8623 | 0.7867 |
87
- | 0.1607 | 6.05 | 1900 | 0.9487 | 0.7610 |
88
- | 0.1273 | 6.37 | 2000 | 0.8985 | 0.7733 |
89
- | 0.1609 | 6.69 | 2100 | 0.9624 | 0.7505 |
90
- | 0.1583 | 7.01 | 2200 | 0.9015 | 0.7781 |
91
- | 0.1178 | 7.32 | 2300 | 0.9143 | 0.7762 |
92
- | 0.1175 | 7.64 | 2400 | 0.9671 | 0.7590 |
93
- | 0.1257 | 7.96 | 2500 | 0.8925 | 0.7838 |
94
- | 0.0939 | 8.28 | 2600 | 0.9257 | 0.7705 |
95
- | 0.1238 | 8.6 | 2700 | 0.9797 | 0.7648 |
96
- | 0.1219 | 8.92 | 2800 | 0.9399 | 0.7724 |
97
- | 0.0985 | 9.24 | 2900 | 0.9940 | 0.7648 |
98
- | 0.1069 | 9.55 | 3000 | 0.9392 | 0.7743 |
99
- | 0.0589 | 9.87 | 3100 | 0.9408 | 0.78 |
100
 
101
 
102
  ### 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
  - 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.8066666666666666
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.6526
36
+ - Accuracy: 0.8067
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: 2
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.1323 | 0.32 | 100 | 1.0434 | 0.7543 |
69
+ | 0.7842 | 0.64 | 200 | 0.7772 | 0.7810 |
70
+ | 0.6174 | 0.96 | 300 | 0.7121 | 0.7848 |
71
+ | 0.5362 | 1.27 | 400 | 0.7486 | 0.7724 |
72
+ | 0.4918 | 1.59 | 500 | 0.6675 | 0.8029 |
73
+ | 0.4346 | 1.91 | 600 | 0.6526 | 0.8067 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ff997581ddd6642e58b1bb4fe1550a4aea0cc57679090651e721750b79b12b0
3
  size 343248584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172eacc6266be44649695bb9e478304686feaaefc77ca43c1c34448163685899
3
  size 343248584
runs/Apr16_07-14-49_7b4e89625b83/events.out.tfevents.1713251886.7b4e89625b83.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa02c653005aadb51583bf37452d3f0a19cce96cf59b2c497ff1c274498b335f
3
+ size 14404
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8894c7e4e95f3786de873c5a43602402b76fd332eea765b39d0b3d59a27cf039
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd184b56d428e06f987b02aa2cb16c4cb9045e0dfae8b0cfca968b197016da1
3
  size 4920