Falah commited on
Commit
e2355de
·
1 Parent(s): 56daa33

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.60703125
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 [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.8104
35
- - Accuracy: 0.6070
36
 
37
  ## Model description
38
 
@@ -60,15 +60,22 @@ 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
- | 0.8671 | 1.0 | 80 | 0.9061 | 0.5820 |
70
- | 0.804 | 2.0 | 160 | 0.8485 | 0.6016 |
71
- | 0.7406 | 3.0 | 240 | 0.8104 | 0.6070 |
 
 
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.8375
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 [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.4065
35
+ - Accuracy: 0.8375
36
 
37
  ## Model description
38
 
 
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: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.692 | 1.0 | 80 | 0.8592 | 0.6258 |
70
+ | 0.662 | 2.0 | 160 | 0.7454 | 0.6781 |
71
+ | 0.6124 | 3.0 | 240 | 0.6895 | 0.6922 |
72
+ | 0.5851 | 4.0 | 320 | 0.6332 | 0.7430 |
73
+ | 0.5495 | 5.0 | 400 | 0.5804 | 0.7586 |
74
+ | 0.4334 | 6.0 | 480 | 0.6068 | 0.7484 |
75
+ | 0.4169 | 7.0 | 560 | 0.5168 | 0.7883 |
76
+ | 0.3709 | 8.0 | 640 | 0.4768 | 0.8055 |
77
+ | 0.2854 | 9.0 | 720 | 0.4641 | 0.8117 |
78
+ | 0.3064 | 10.0 | 800 | 0.4065 | 0.8375 |
79
 
80
 
81
  ### Framework versions