MichalGas commited on
Commit
15fb52a
1 Parent(s): f29869d

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.5826771653543307
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 1.2405
36
- - F1: 0.5827
37
 
38
  ## Model description
39
 
@@ -61,17 +61,22 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
- - num_epochs: 5
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | F1 |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|
70
- | 1.6895 | 0.98 | 35 | 1.6280 | 0.3071 |
71
- | 1.5008 | 1.99 | 71 | 1.4788 | 0.4567 |
72
- | 1.391 | 2.99 | 107 | 1.3259 | 0.5276 |
73
- | 1.3027 | 4.0 | 143 | 1.2612 | 0.5669 |
74
- | 1.2754 | 4.9 | 175 | 1.2405 | 0.5827 |
 
 
 
 
 
75
 
76
 
77
  ### Framework versions
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.7716535433070866
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.8842
36
+ - F1: 0.7717
37
 
38
  ## Model description
39
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 10
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | F1 |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|
70
+ | 1.731 | 0.98 | 35 | 1.6748 | 0.3386 |
71
+ | 1.5196 | 1.99 | 71 | 1.4890 | 0.4173 |
72
+ | 1.3727 | 2.99 | 107 | 1.2938 | 0.5276 |
73
+ | 1.2194 | 4.0 | 143 | 1.1519 | 0.6457 |
74
+ | 1.1538 | 4.98 | 178 | 1.0544 | 0.6693 |
75
+ | 1.0379 | 5.99 | 214 | 0.9852 | 0.7165 |
76
+ | 1.0232 | 6.99 | 250 | 0.9439 | 0.7323 |
77
+ | 0.9586 | 8.0 | 286 | 0.9136 | 0.7480 |
78
+ | 0.9374 | 8.98 | 321 | 0.8946 | 0.7638 |
79
+ | 0.96 | 9.79 | 350 | 0.8842 | 0.7717 |
80
 
81
 
82
  ### Framework versions