pk3388 commited on
Commit
3edc7ce
1 Parent(s): 5ab012e

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.32105263157894737
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 [microsoft/cvt-13](https://huggingface.co/microsoft/cvt-13) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 2.1355
36
- - Accuracy: 0.3211
37
 
38
  ## Model description
39
 
@@ -52,7 +52,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 5e-05
56
  - train_batch_size: 32
57
  - eval_batch_size: 32
58
  - seed: 42
@@ -61,15 +61,18 @@ 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: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:------:|:----:|:---------------:|:--------:|
70
- | 2.2813 | 0.9362 | 11 | 2.2230 | 0.2158 |
71
- | 2.2185 | 1.9574 | 23 | 2.1544 | 0.3263 |
72
- | 2.1776 | 2.8085 | 33 | 2.1355 | 0.3211 |
 
 
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.6947368421052632
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 [microsoft/cvt-13](https://huggingface.co/microsoft/cvt-13) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.0659
36
+ - Accuracy: 0.6947
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 0.0002
56
  - train_batch_size: 32
57
  - eval_batch_size: 32
58
  - seed: 42
 
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: 6
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:------:|:----:|:---------------:|:--------:|
70
+ | 2.0879 | 0.9362 | 11 | 1.8334 | 0.4316 |
71
+ | 1.7897 | 1.9574 | 23 | 1.4727 | 0.5789 |
72
+ | 1.5798 | 2.9787 | 35 | 1.2478 | 0.5895 |
73
+ | 1.4111 | 4.0 | 47 | 1.1628 | 0.6211 |
74
+ | 1.3642 | 4.9362 | 58 | 1.0785 | 0.6842 |
75
+ | 1.2403 | 5.6170 | 66 | 1.0659 | 0.6947 |
76
 
77
 
78
  ### Framework versions