paom commited on
Commit
5c7e808
1 Parent(s): 094d605

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -29,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # convnext-tiny-224-finetuned-eurosat-albumentations
31
 
32
- This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.6948
35
  - Accuracy: 0.0
@@ -60,15 +60,32 @@ The following hyperparameters were used during training:
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: 3
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
  | No log | 1.0 | 1 | 0.6948 | 0.0 |
70
- | No log | 2.0 | 2 | 0.3507 | 0.0 |
71
- | No log | 3.0 | 3 | 0.2292 | 0.0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
29
 
30
  # convnext-tiny-224-finetuned-eurosat-albumentations
31
 
32
+ This model is a fine-tuned version of [paom/convnext-tiny-224-finetuned-eurosat-albumentations](https://huggingface.co/paom/convnext-tiny-224-finetuned-eurosat-albumentations) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.6948
35
  - Accuracy: 0.0
 
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: 20
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
  | No log | 1.0 | 1 | 0.6948 | 0.0 |
70
+ | No log | 2.0 | 2 | 0.5057 | 0.0 |
71
+ | No log | 3.0 | 3 | 0.2286 | 0.0 |
72
+ | No log | 4.0 | 4 | 0.0823 | 0.0 |
73
+ | No log | 5.0 | 5 | 0.0320 | 0.0 |
74
+ | No log | 6.0 | 6 | 0.0489 | 0.0 |
75
+ | No log | 7.0 | 7 | 0.0881 | 0.0 |
76
+ | No log | 8.0 | 8 | 0.1134 | 0.0 |
77
+ | No log | 9.0 | 9 | 0.1179 | 0.0 |
78
+ | 0.0638 | 10.0 | 10 | 0.1054 | 0.0 |
79
+ | 0.0638 | 11.0 | 11 | 0.0826 | 0.0 |
80
+ | 0.0638 | 12.0 | 12 | 0.0587 | 0.0 |
81
+ | 0.0638 | 13.0 | 13 | 0.0386 | 0.0 |
82
+ | 0.0638 | 14.0 | 14 | 0.0241 | 0.0 |
83
+ | 0.0638 | 15.0 | 15 | 0.0158 | 0.0 |
84
+ | 0.0638 | 16.0 | 16 | 0.0115 | 0.0 |
85
+ | 0.0638 | 17.0 | 17 | 0.0096 | 0.0 |
86
+ | 0.0638 | 18.0 | 18 | 0.0087 | 0.0 |
87
+ | 0.0638 | 19.0 | 19 | 0.0084 | 0.0 |
88
+ | 0.0048 | 20.0 | 20 | 0.0083 | 0.0 |
89
 
90
 
91
  ### Framework versions