Raihan004 commited on
Commit
2f30a44
1 Parent(s): c33b7d2

Model save

Browse files
README.md CHANGED
@@ -1,8 +1,7 @@
1
  ---
2
  license: apache-2.0
3
- base_model: Raihan004/Action_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: 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.8629173989455184
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 [Raihan004/Action_model](https://huggingface.co/Raihan004/Action_model) on the action_class dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.4790
37
- - Accuracy: 0.8629
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: 32
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
- | 0.7766 | 0.75 | 100 | 0.6780 | 0.8225 |
70
- | 0.61 | 1.49 | 200 | 0.6279 | 0.8243 |
71
- | 0.4734 | 2.24 | 300 | 0.5593 | 0.8278 |
72
- | 0.5275 | 2.99 | 400 | 0.5148 | 0.8418 |
73
- | 0.3767 | 3.73 | 500 | 0.5129 | 0.8436 |
74
- | 0.3207 | 4.48 | 600 | 0.4966 | 0.8559 |
75
- | 0.3155 | 5.22 | 700 | 0.5251 | 0.8453 |
76
- | 0.2565 | 5.97 | 800 | 0.4790 | 0.8629 |
77
- | 0.2791 | 6.72 | 900 | 0.5111 | 0.8524 |
78
- | 0.1987 | 7.46 | 1000 | 0.5002 | 0.8453 |
79
- | 0.2083 | 8.21 | 1100 | 0.5034 | 0.8629 |
80
- | 0.2567 | 8.96 | 1200 | 0.4995 | 0.8576 |
81
- | 0.2127 | 9.7 | 1300 | 0.5034 | 0.8489 |
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Raihan004/Action_model",
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:68d775d871b3b92e9f0e531c76b86b7e975139d8a195c23da80decccc0195047
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:c3eff6ad79023ddf6c472f11a8acfce8080bad51a69350c3daf11b8ce31f6b31
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8c7d4932a995756b5081ceec90e99008b51ea7166830884a36b9004ee45428
3
  size 4920