gagan3012 commited on
Commit
823da82
1 Parent(s): 75ac6bd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ViTGPT2_VW
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ViTGPT2_VW
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0771
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 4
37
+ - eval_batch_size: 4
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - num_devices: 2
41
+ - total_train_batch_size: 8
42
+ - total_eval_batch_size: 8
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 1.0
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:---------------:|
52
+ | 0.1256 | 0.03 | 1000 | 0.0928 |
53
+ | 0.0947 | 0.07 | 2000 | 0.0897 |
54
+ | 0.0889 | 0.1 | 3000 | 0.0859 |
55
+ | 0.0888 | 0.14 | 4000 | 0.0842 |
56
+ | 0.0866 | 0.17 | 5000 | 0.0831 |
57
+ | 0.0852 | 0.2 | 6000 | 0.0819 |
58
+ | 0.0833 | 0.24 | 7000 | 0.0810 |
59
+ | 0.0835 | 0.27 | 8000 | 0.0802 |
60
+ | 0.081 | 0.31 | 9000 | 0.0796 |
61
+ | 0.0803 | 0.34 | 10000 | 0.0789 |
62
+ | 0.0814 | 0.38 | 11000 | 0.0785 |
63
+ | 0.0799 | 0.41 | 12000 | 0.0780 |
64
+ | 0.0786 | 0.44 | 13000 | 0.0776 |
65
+ | 0.0796 | 0.48 | 14000 | 0.0771 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.16.2
71
+ - Pytorch 1.10.2+cu113
72
+ - Datasets 1.18.3
73
+ - Tokenizers 0.11.0