Payoto commited on
Commit
9c2e027
1 Parent(s): 6c7b693

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1272
22
- - Accuracy: 0.9881
23
 
24
  ## Model description
25
 
@@ -44,8 +44,8 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - distributed_type: IPU
46
  - gradient_accumulation_steps: 32
47
- - total_train_batch_size: 128
48
- - total_eval_batch_size: 16
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_ratio: 0.1
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
59
- | 0.3123 | 1.0 | 189 | 0.2561 | 0.9743 |
60
- | 0.1499 | 2.0 | 378 | 0.1501 | 0.9836 |
61
- | 0.2139 | 3.0 | 567 | 0.1272 | 0.9881 |
62
 
63
 
64
  ### Framework versions
 
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0540
22
+ - Accuracy: 0.9907
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - distributed_type: IPU
46
  - gradient_accumulation_steps: 32
47
+ - total_train_batch_size: 32
48
+ - total_eval_batch_size: 4
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_ratio: 0.1
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
59
+ | 0.0613 | 1.0 | 759 | 0.1359 | 0.9741 |
60
+ | 0.0375 | 2.0 | 1518 | 0.0693 | 0.9874 |
61
+ | 0.0658 | 3.0 | 2277 | 0.0540 | 0.9907 |
62
 
63
 
64
  ### Framework versions