gagan3012 commited on
Commit
c3241ca
1 Parent(s): d889d62

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - masked-image-modeling
4
+ - generated_from_trainer
5
+ datasets:
6
+ - shamila
7
+ model-index:
8
+ - name: swinv2-base-512
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # swinv2-base-512
16
+
17
+ This model was trained from scratch on the /lustre07/scratch/gagan30/arocr/Shamila dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0139
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 2
41
+ - seed: 1337
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 4
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 32
46
+ - total_eval_batch_size: 8
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 1.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:------:|:---------------:|
56
+ | 0.9887 | 1.0 | 139819 | 1.0138 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.26.0.dev0
62
+ - Pytorch 1.13.1
63
+ - Datasets 2.7.1
64
+ - Tokenizers 0.11.6