hemakumari commited on
Commit
48bfeb0
·
verified ·
1 Parent(s): 5ad752a

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.20689655172413793
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 image_folder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.6108
36
- - Accuracy: 0.2069
37
 
38
  ## Model description
39
 
@@ -61,16 +61,15 @@ 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
- - lr_scheduler_warmup_steps: 100
65
  - num_epochs: 3
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
- | No log | 0.92 | 3 | 1.6121 | 0.2069 |
72
- | No log | 1.85 | 6 | 1.6116 | 0.2069 |
73
- | No log | 2.77 | 9 | 1.6108 | 0.2069 |
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.3103448275862069
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 image_folder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.6070
36
+ - Accuracy: 0.3103
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: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 0.92 | 3 | 1.6164 | 0.2644 |
71
+ | No log | 1.85 | 6 | 1.6094 | 0.2989 |
72
+ | No log | 2.77 | 9 | 1.6070 | 0.3103 |
73
 
74
 
75
  ### Framework versions