Augusto777 commited on
Commit
ed7e904
·
verified ·
1 Parent(s): dde6bc3

Training in progress, epoch 34

Browse files
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.5434782608695652
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [MBZUAI/swiftformer-xs](https://huggingface.co/MBZUAI/swiftformer-xs) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.3591
35
- - Accuracy: 0.5435
36
 
37
  ## Model description
38
 
@@ -51,7 +51,7 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 0.008
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
@@ -59,48 +59,48 @@ The following hyperparameters were used during training:
59
  - total_train_batch_size: 64
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - lr_scheduler_warmup_ratio: 0.1
63
  - num_epochs: 40
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | No log | 0.86 | 3 | 1.3591 | 0.5435 |
70
- | No log | 2.0 | 7 | 1.2312 | 0.5435 |
71
- | 1.2973 | 2.86 | 10 | 2.0533 | 0.3913 |
72
- | 1.2973 | 4.0 | 14 | 3.3852 | 0.1304 |
73
- | 1.2973 | 4.86 | 17 | 5.4029 | 0.2826 |
74
- | 1.3932 | 6.0 | 21 | 6.7309 | 0.1522 |
75
- | 1.3932 | 6.86 | 24 | 1.1894 | 0.4565 |
76
- | 1.3932 | 8.0 | 28 | 1.3668 | 0.4565 |
77
- | 1.224 | 8.86 | 31 | 1.4738 | 0.3043 |
78
- | 1.224 | 10.0 | 35 | 3.3027 | 0.4783 |
79
- | 1.224 | 10.86 | 38 | 1.5452 | 0.4565 |
80
- | 1.1773 | 12.0 | 42 | 2.5106 | 0.3261 |
81
- | 1.1773 | 12.86 | 45 | 2.3560 | 0.4565 |
82
- | 1.1773 | 14.0 | 49 | 1.3445 | 0.5 |
83
- | 1.2552 | 14.86 | 52 | 1.2641 | 0.4348 |
84
- | 1.2552 | 16.0 | 56 | 1.2810 | 0.4130 |
85
- | 1.2552 | 16.86 | 59 | 1.2486 | 0.4348 |
86
- | 1.1857 | 18.0 | 63 | 1.3769 | 0.4565 |
87
- | 1.1857 | 18.86 | 66 | 1.3311 | 0.3913 |
88
- | 1.2054 | 20.0 | 70 | 1.3728 | 0.3043 |
89
- | 1.2054 | 20.86 | 73 | 1.2437 | 0.4565 |
90
- | 1.2054 | 22.0 | 77 | 1.2751 | 0.4130 |
91
- | 1.2037 | 22.86 | 80 | 1.2529 | 0.4565 |
92
- | 1.2037 | 24.0 | 84 | 1.2354 | 0.4565 |
93
- | 1.2037 | 24.86 | 87 | 1.2389 | 0.4348 |
94
- | 1.1888 | 26.0 | 91 | 1.2456 | 0.4348 |
95
- | 1.1888 | 26.86 | 94 | 1.2312 | 0.4565 |
96
- | 1.1888 | 28.0 | 98 | 1.2453 | 0.4565 |
97
- | 1.1872 | 28.86 | 101 | 1.2507 | 0.4565 |
98
- | 1.1872 | 30.0 | 105 | 1.2599 | 0.4130 |
99
- | 1.1872 | 30.86 | 108 | 1.2493 | 0.4565 |
100
- | 1.1796 | 32.0 | 112 | 1.2411 | 0.4565 |
101
- | 1.1796 | 32.86 | 115 | 1.2362 | 0.4565 |
102
- | 1.1796 | 34.0 | 119 | 1.2301 | 0.4565 |
103
- | 1.199 | 34.29 | 120 | 1.2346 | 0.4565 |
104
 
105
 
106
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.45652173913043476
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [MBZUAI/swiftformer-xs](https://huggingface.co/MBZUAI/swiftformer-xs) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.1969
35
+ - Accuracy: 0.4565
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 0.05
55
  - train_batch_size: 16
56
  - eval_batch_size: 16
57
  - seed: 42
 
59
  - total_train_batch_size: 64
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.01
63
  - num_epochs: 40
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | No log | 0.86 | 3 | 34874.7891 | 0.1087 |
70
+ | No log | 2.0 | 7 | 415543488.0 | 0.4565 |
71
+ | 107.6051 | 2.86 | 10 | 14879.4717 | 0.1087 |
72
+ | 107.6051 | 4.0 | 14 | 68935.1875 | 0.1087 |
73
+ | 107.6051 | 4.86 | 17 | 7599.6079 | 0.1087 |
74
+ | 61.6907 | 6.0 | 21 | 1392.9758 | 0.1304 |
75
+ | 61.6907 | 6.86 | 24 | 524.5536 | 0.1739 |
76
+ | 61.6907 | 8.0 | 28 | 367.8024 | 0.1087 |
77
+ | 9.2329 | 8.86 | 31 | 27.2661 | 0.4565 |
78
+ | 9.2329 | 10.0 | 35 | 14.2920 | 0.1087 |
79
+ | 9.2329 | 10.86 | 38 | 2.9737 | 0.3261 |
80
+ | 4.2143 | 12.0 | 42 | 114.2135 | 0.3261 |
81
+ | 4.2143 | 12.86 | 45 | 1.6271 | 0.3261 |
82
+ | 4.2143 | 14.0 | 49 | 7.7918 | 0.4348 |
83
+ | 1.8981 | 14.86 | 52 | 3.3329 | 0.3261 |
84
+ | 1.8981 | 16.0 | 56 | 2.0198 | 0.3261 |
85
+ | 1.8981 | 16.86 | 59 | 1.4194 | 0.3261 |
86
+ | 1.5139 | 18.0 | 63 | 1.3169 | 0.4565 |
87
+ | 1.5139 | 18.86 | 66 | 1.8718 | 0.3261 |
88
+ | 1.7219 | 20.0 | 70 | 2.1572 | 0.1087 |
89
+ | 1.7219 | 20.86 | 73 | 2.1683 | 0.3043 |
90
+ | 1.7219 | 22.0 | 77 | 1.6241 | 0.4565 |
91
+ | 1.5029 | 22.86 | 80 | 2.1474 | 0.4565 |
92
+ | 1.5029 | 24.0 | 84 | 1.5354 | 0.4348 |
93
+ | 1.5029 | 24.86 | 87 | 1.2864 | 0.4565 |
94
+ | 1.3532 | 26.0 | 91 | 1.3014 | 0.3261 |
95
+ | 1.3532 | 26.86 | 94 | 1.2604 | 0.4565 |
96
+ | 1.3532 | 28.0 | 98 | 1.3335 | 0.3043 |
97
+ | 1.2957 | 28.86 | 101 | 1.2444 | 0.4565 |
98
+ | 1.2957 | 30.0 | 105 | 1.2858 | 0.3261 |
99
+ | 1.2957 | 30.86 | 108 | 1.2190 | 0.4783 |
100
+ | 1.2547 | 32.0 | 112 | 1.2271 | 0.4565 |
101
+ | 1.2547 | 32.86 | 115 | 1.2194 | 0.4565 |
102
+ | 1.2547 | 34.0 | 119 | 1.1941 | 0.4565 |
103
+ | 1.2042 | 34.29 | 120 | 1.1969 | 0.4565 |
104
 
105
 
106
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81e5fd908947fd615fd865d4da7e1c2f60e59255b8ed8b18a14632253bec1e48
3
  size 12203648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498dc13f93bcd9fa93355b2c306949c887e6719481216bf30eb1707d4300569e
3
  size 12203648
runs/Dec02_13-17-47_DESKTOP-SKBE9FB/events.out.tfevents.1733167068.DESKTOP-SKBE9FB.10800.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f74c0959f86fb96e17e209d34b8659bb9bde9ae6921b607dac852c3c7125103c
3
- size 13065
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f9753d3691e88270ab243f1d02f2c8d62465ad4cf463b1ad8a84eaf969b5017
3
+ size 14170
runs/Dec02_13-19-45_DESKTOP-SKBE9FB/events.out.tfevents.1733167186.DESKTOP-SKBE9FB.6360.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:304df36aee75bc9a3620e78a9863477cab17a58fcb5f2e0f67b317dc64eea7ab
3
+ size 17833
runs/Dec02_13-22-33_DESKTOP-SKBE9FB/events.out.tfevents.1733167354.DESKTOP-SKBE9FB.16864.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d06fd111f623d5fdd1b303dd77746390ded435b87811c8751d97b3b61d738bb
3
+ size 17832
runs/Dec02_13-50-02_DESKTOP-SKBE9FB/events.out.tfevents.1733169003.DESKTOP-SKBE9FB.16100.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935415b37832d43c2c208af6ea6134127cc8d7c589188572a745d8aabed42eb0
3
+ size 17831
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db994ca7538c3fed28f8d66ddea70bd67ab9e063f2ece8e28115d591d22efca1
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f4281257e4faa902c640332c35ff4867d91d828fc959bdbe4816e7714e459a
3
  size 4728