CGscorpion commited on
Commit
339435b
·
verified ·
1 Parent(s): 176db31

End of training

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/convnext-tiny-224
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - imagefolder
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: convnext-tiny-224-finetuned-eurosat-albumentations
13
+ results:
14
+ - task:
15
+ name: Image Classification
16
+ type: image-classification
17
+ dataset:
18
+ name: imagefolder
19
+ type: imagefolder
20
+ config: default
21
+ split: train
22
+ args: default
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.958904109589041
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # convnext-tiny-224-finetuned-eurosat-albumentations
33
+
34
+ This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.2746
37
+ - Accuracy: 0.9589
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 4
61
+ - total_train_batch_size: 128
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_ratio: 0.1
65
+ - num_epochs: 50
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
71
+ | 0.0418 | 0.9362 | 11 | 0.2497 | 0.9041 |
72
+ | 0.0349 | 1.9574 | 23 | 0.2377 | 0.9041 |
73
+ | 0.0231 | 2.9787 | 35 | 0.2695 | 0.8904 |
74
+ | 0.0154 | 4.0 | 47 | 0.2185 | 0.9041 |
75
+ | 0.0061 | 4.9362 | 58 | 0.2810 | 0.9178 |
76
+ | 0.0023 | 5.9574 | 70 | 0.2905 | 0.9315 |
77
+ | 0.0029 | 6.9787 | 82 | 0.2052 | 0.9315 |
78
+ | 0.0013 | 8.0 | 94 | 0.2333 | 0.9178 |
79
+ | 0.0009 | 8.9362 | 105 | 0.2262 | 0.9315 |
80
+ | 0.008 | 9.9574 | 117 | 0.2247 | 0.9178 |
81
+ | 0.0014 | 10.9787 | 129 | 0.3200 | 0.9041 |
82
+ | 0.0005 | 12.0 | 141 | 0.2643 | 0.9178 |
83
+ | 0.0006 | 12.9362 | 152 | 0.2911 | 0.9178 |
84
+ | 0.0007 | 13.9574 | 164 | 0.2567 | 0.9178 |
85
+ | 0.0009 | 14.9787 | 176 | 0.3170 | 0.9178 |
86
+ | 0.0052 | 16.0 | 188 | 0.2435 | 0.9315 |
87
+ | 0.0005 | 16.9362 | 199 | 0.2746 | 0.9589 |
88
+ | 0.0004 | 17.9574 | 211 | 0.2347 | 0.9315 |
89
+ | 0.002 | 18.9787 | 223 | 0.2999 | 0.9178 |
90
+ | 0.0021 | 20.0 | 235 | 0.2648 | 0.9178 |
91
+ | 0.0003 | 20.9362 | 246 | 0.2609 | 0.9178 |
92
+ | 0.0002 | 21.9574 | 258 | 0.2709 | 0.9315 |
93
+ | 0.0004 | 22.9787 | 270 | 0.2359 | 0.9315 |
94
+ | 0.005 | 24.0 | 282 | 0.2484 | 0.9178 |
95
+ | 0.0011 | 24.9362 | 293 | 0.3019 | 0.9178 |
96
+ | 0.0012 | 25.9574 | 305 | 0.2715 | 0.9178 |
97
+ | 0.0003 | 26.9787 | 317 | 0.2486 | 0.9315 |
98
+ | 0.0009 | 28.0 | 329 | 0.2472 | 0.9315 |
99
+ | 0.0002 | 28.9362 | 340 | 0.2449 | 0.9315 |
100
+ | 0.0002 | 29.9574 | 352 | 0.2480 | 0.9315 |
101
+ | 0.0002 | 30.9787 | 364 | 0.2520 | 0.9315 |
102
+ | 0.0002 | 32.0 | 376 | 0.2528 | 0.9315 |
103
+ | 0.0001 | 32.9362 | 387 | 0.2520 | 0.9315 |
104
+ | 0.0002 | 33.9574 | 399 | 0.2503 | 0.9315 |
105
+ | 0.0001 | 34.9787 | 411 | 0.2508 | 0.9315 |
106
+ | 0.0001 | 36.0 | 423 | 0.2493 | 0.9315 |
107
+ | 0.0008 | 36.9362 | 434 | 0.2558 | 0.9315 |
108
+ | 0.0001 | 37.9574 | 446 | 0.2616 | 0.9315 |
109
+ | 0.0001 | 38.9787 | 458 | 0.2623 | 0.9315 |
110
+ | 0.0011 | 40.0 | 470 | 0.2617 | 0.9315 |
111
+ | 0.0002 | 40.9362 | 481 | 0.2532 | 0.9315 |
112
+ | 0.0001 | 41.9574 | 493 | 0.2495 | 0.9315 |
113
+ | 0.0001 | 42.9787 | 505 | 0.2478 | 0.9315 |
114
+ | 0.0001 | 44.0 | 517 | 0.2479 | 0.9315 |
115
+ | 0.0001 | 44.9362 | 528 | 0.2481 | 0.9315 |
116
+ | 0.0001 | 45.9574 | 540 | 0.2481 | 0.9315 |
117
+ | 0.002 | 46.8085 | 550 | 0.2475 | 0.9315 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.44.2
123
+ - Pytorch 2.5.0+cu121
124
+ - Datasets 2.21.0
125
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9283562028d0b2dc2b38bfbf7fe7e1f71b6071e57fcb005ca9e76d5d00f23a68
3
  size 111307920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08de513a1e14d2214e1983375868ebeba6b9a3656c1db526cfb8c420e9ba41df
3
  size 111307920
runs/Nov12_07-28-12_dba6ef5e98db/events.out.tfevents.1731396509.dba6ef5e98db.1987.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:283f6ff406f1563693ee3370ddd88105a8ca8f1fc9637116d2c7c4d01087db9b
3
- size 31921
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9236ab679b0077af4def03268a0136755a4230d1d3d4e067c478335f5c5d6469
3
+ size 32275
runs/Nov12_07-28-12_dba6ef5e98db/events.out.tfevents.1731397810.dba6ef5e98db.1987.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a671b97a359d22c61fb111d08d11fd983a095cb06f6402e55c2443231db3dee0
3
+ size 411