ihsansatriawan commited on
Commit
50db3ac
·
1 Parent(s): 0fa3edd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.13125
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: 2.0859
35
- - Accuracy: 0.1313
36
 
37
  ## Model description
38
 
@@ -57,15 +57,18 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 3
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | No log | 1.0 | 40 | 2.0859 | 0.1313 |
67
- | No log | 2.0 | 80 | 2.0857 | 0.1313 |
68
- | No log | 3.0 | 120 | 2.0854 | 0.1313 |
 
 
 
69
 
70
 
71
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.1375
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: 2.0892
35
+ - Accuracy: 0.1375
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - num_epochs: 6
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | No log | 1.0 | 40 | 2.0892 | 0.1375 |
67
+ | No log | 2.0 | 80 | 2.0891 | 0.1375 |
68
+ | No log | 3.0 | 120 | 2.0887 | 0.1375 |
69
+ | No log | 4.0 | 160 | 2.0887 | 0.1375 |
70
+ | No log | 5.0 | 200 | 2.0885 | 0.1375 |
71
+ | No log | 6.0 | 240 | 2.0885 | 0.1375 |
72
 
73
 
74
  ### Framework versions