tcvrishank commited on
Commit
b73392a
1 Parent(s): dcd29bb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # histo_train_swin
16
 
17
- This model is a fine-tuned version of [tcvrishank/histo_train_vit](https://huggingface.co/tcvrishank/histo_train_vit) on the image_folder dataset.
18
 
19
  ## Model description
20
 
@@ -33,13 +33,13 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 0.0001
37
- - train_batch_size: 64
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 9
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results
 
14
 
15
  # histo_train_swin
16
 
17
+ This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the image_folder dataset.
18
 
19
  ## Model description
20
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 128
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 20
43
  - mixed_precision_training: Native AMP
44
 
45
  ### Training results