achyuth commited on
Commit
422c249
·
1 Parent(s): 458eaa2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: vit-base-patch16-224-in21k
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # vit-base-patch16-224-in21k
15
+
16
+ This model was trained from scratch on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.7768
19
+ - F1: 0.9731
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: 2e-05
39
+ - train_batch_size: 48
40
+ - eval_batch_size: 48
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | No log | 1.0 | 10 | 1.5847 | 0.6436 |
51
+ | No log | 2.0 | 20 | 1.4142 | 0.8317 |
52
+ | No log | 3.0 | 30 | 1.2697 | 0.8776 |
53
+ | No log | 4.0 | 40 | 1.1362 | 0.8844 |
54
+ | No log | 5.0 | 50 | 1.0227 | 0.9256 |
55
+ | No log | 6.0 | 60 | 0.9298 | 0.9390 |
56
+ | No log | 7.0 | 70 | 0.8625 | 0.9461 |
57
+ | No log | 8.0 | 80 | 0.8154 | 0.9662 |
58
+ | No log | 9.0 | 90 | 0.7877 | 0.9731 |
59
+ | No log | 10.0 | 100 | 0.7768 | 0.9731 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.30.2
65
+ - Pytorch 2.0.1+cu118
66
+ - Datasets 2.13.1
67
+ - Tokenizers 0.13.3