rshrott commited on
Commit
bb85d0f
1 Parent(s): 2d18bcd

Model save

Browse files
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224-in21k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: ryan_model2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # ryan_model2
17
+
18
+ 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 None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3649
21
+ - Accuracy: 0.7100
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 4
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.1685 | 0.05 | 100 | 1.1497 | 0.5270 |
54
+ | 0.93 | 0.09 | 200 | 1.0087 | 0.5966 |
55
+ | 0.8567 | 0.14 | 300 | 1.1028 | 0.5607 |
56
+ | 0.9407 | 0.19 | 400 | 0.9464 | 0.6150 |
57
+ | 0.9323 | 0.23 | 500 | 0.9542 | 0.6165 |
58
+ | 0.8375 | 0.28 | 600 | 0.8750 | 0.6431 |
59
+ | 1.0136 | 0.32 | 700 | 0.9315 | 0.6077 |
60
+ | 1.0557 | 0.37 | 800 | 0.9124 | 0.6268 |
61
+ | 0.7398 | 0.42 | 900 | 0.8843 | 0.6384 |
62
+ | 0.7579 | 0.46 | 1000 | 0.8965 | 0.6338 |
63
+ | 0.8872 | 0.51 | 1100 | 0.8624 | 0.6444 |
64
+ | 0.889 | 0.56 | 1200 | 0.9395 | 0.6213 |
65
+ | 0.8863 | 0.6 | 1300 | 0.8294 | 0.6645 |
66
+ | 0.6924 | 0.65 | 1400 | 0.8748 | 0.6431 |
67
+ | 0.7978 | 0.7 | 1500 | 0.8624 | 0.6497 |
68
+ | 0.764 | 0.74 | 1600 | 0.8861 | 0.6389 |
69
+ | 0.7159 | 0.79 | 1700 | 0.8413 | 0.6504 |
70
+ | 0.7912 | 0.84 | 1800 | 0.8729 | 0.6376 |
71
+ | 0.8232 | 0.88 | 1900 | 0.7743 | 0.6776 |
72
+ | 0.7108 | 0.93 | 2000 | 0.8804 | 0.6361 |
73
+ | 0.7324 | 0.97 | 2100 | 0.7950 | 0.6743 |
74
+ | 0.5353 | 1.02 | 2200 | 0.9441 | 0.6285 |
75
+ | 0.5808 | 1.07 | 2300 | 0.8193 | 0.6670 |
76
+ | 0.5451 | 1.11 | 2400 | 0.9586 | 0.6258 |
77
+ | 0.5201 | 1.16 | 2500 | 0.8172 | 0.6745 |
78
+ | 0.5294 | 1.21 | 2600 | 0.8386 | 0.6713 |
79
+ | 0.5595 | 1.25 | 2700 | 0.8296 | 0.6622 |
80
+ | 0.488 | 1.3 | 2800 | 0.8134 | 0.6758 |
81
+ | 0.5577 | 1.35 | 2900 | 0.8476 | 0.6763 |
82
+ | 0.4918 | 1.39 | 3000 | 0.8701 | 0.6640 |
83
+ | 0.5549 | 1.44 | 3100 | 0.9492 | 0.6371 |
84
+ | 0.6421 | 1.48 | 3200 | 0.8248 | 0.6763 |
85
+ | 0.5423 | 1.53 | 3300 | 0.7948 | 0.6838 |
86
+ | 0.5654 | 1.58 | 3400 | 0.7697 | 0.6836 |
87
+ | 0.5051 | 1.62 | 3500 | 0.8189 | 0.6818 |
88
+ | 0.4797 | 1.67 | 3600 | 0.7995 | 0.6833 |
89
+ | 0.5645 | 1.72 | 3700 | 0.8068 | 0.6796 |
90
+ | 0.4865 | 1.76 | 3800 | 0.8162 | 0.6808 |
91
+ | 0.502 | 1.81 | 3900 | 0.7947 | 0.6859 |
92
+ | 0.5164 | 1.86 | 4000 | 0.8085 | 0.6801 |
93
+ | 0.4822 | 1.9 | 4100 | 0.7611 | 0.6954 |
94
+ | 0.4777 | 1.95 | 4200 | 0.8203 | 0.6823 |
95
+ | 0.5423 | 2.0 | 4300 | 0.7761 | 0.6896 |
96
+ | 0.2653 | 2.04 | 4400 | 0.8337 | 0.7004 |
97
+ | 0.2646 | 2.09 | 4500 | 0.9206 | 0.6911 |
98
+ | 0.2782 | 2.13 | 4600 | 0.9539 | 0.6924 |
99
+ | 0.2032 | 2.18 | 4700 | 0.8932 | 0.6999 |
100
+ | 0.2837 | 2.23 | 4800 | 0.9431 | 0.6914 |
101
+ | 0.3152 | 2.27 | 4900 | 0.9220 | 0.7022 |
102
+ | 0.4516 | 2.32 | 5000 | 0.9568 | 0.6904 |
103
+ | 0.2151 | 2.37 | 5100 | 0.9406 | 0.7075 |
104
+ | 0.2932 | 2.41 | 5200 | 0.9687 | 0.6904 |
105
+ | 0.3352 | 2.46 | 5300 | 0.9500 | 0.7024 |
106
+ | 0.2447 | 2.51 | 5400 | 0.9382 | 0.6982 |
107
+ | 0.371 | 2.55 | 5500 | 0.9664 | 0.6916 |
108
+ | 0.1435 | 2.6 | 5600 | 1.0167 | 0.6853 |
109
+ | 0.2489 | 2.65 | 5700 | 0.9714 | 0.6941 |
110
+ | 0.2744 | 2.69 | 5800 | 1.0301 | 0.6899 |
111
+ | 0.2139 | 2.74 | 5900 | 1.0056 | 0.6861 |
112
+ | 0.2953 | 2.78 | 6000 | 0.9620 | 0.7014 |
113
+ | 0.2672 | 2.83 | 6100 | 0.9992 | 0.6919 |
114
+ | 0.2384 | 2.88 | 6200 | 1.0486 | 0.6987 |
115
+ | 0.2759 | 2.92 | 6300 | 1.0390 | 0.6896 |
116
+ | 0.2098 | 2.97 | 6400 | 1.0927 | 0.6818 |
117
+ | 0.0427 | 3.02 | 6500 | 1.0394 | 0.6957 |
118
+ | 0.0582 | 3.06 | 6600 | 1.0990 | 0.7057 |
119
+ | 0.0494 | 3.11 | 6700 | 1.1617 | 0.6999 |
120
+ | 0.1249 | 3.16 | 6800 | 1.2645 | 0.6929 |
121
+ | 0.0786 | 3.2 | 6900 | 1.2227 | 0.7002 |
122
+ | 0.0728 | 3.25 | 7000 | 1.2736 | 0.6977 |
123
+ | 0.1319 | 3.29 | 7100 | 1.3114 | 0.6969 |
124
+ | 0.041 | 3.34 | 7200 | 1.3003 | 0.7022 |
125
+ | 0.0174 | 3.39 | 7300 | 1.3064 | 0.6997 |
126
+ | 0.0911 | 3.43 | 7400 | 1.3231 | 0.7009 |
127
+ | 0.0187 | 3.48 | 7500 | 1.3725 | 0.6979 |
128
+ | 0.1097 | 3.53 | 7600 | 1.3446 | 0.7034 |
129
+ | 0.1588 | 3.57 | 7700 | 1.3276 | 0.7060 |
130
+ | 0.0598 | 3.62 | 7800 | 1.3460 | 0.7029 |
131
+ | 0.0418 | 3.67 | 7900 | 1.3614 | 0.7027 |
132
+ | 0.0522 | 3.71 | 8000 | 1.3581 | 0.7062 |
133
+ | 0.0932 | 3.76 | 8100 | 1.3598 | 0.7072 |
134
+ | 0.092 | 3.81 | 8200 | 1.3826 | 0.7039 |
135
+ | 0.0199 | 3.85 | 8300 | 1.3744 | 0.7057 |
136
+ | 0.0251 | 3.9 | 8400 | 1.3652 | 0.7065 |
137
+ | 0.1199 | 3.94 | 8500 | 1.3612 | 0.7102 |
138
+ | 0.0629 | 3.99 | 8600 | 1.3649 | 0.7100 |
139
+
140
+
141
+ ### Framework versions
142
+
143
+ - Transformers 4.39.1
144
+ - Pytorch 2.2.1+cu121
145
+ - Datasets 2.18.0
146
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e46bd6f917b0bf07d9e6fad1362f56768836aab25395ab5f43ffb4194b66e45
3
  size 343236280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef997de4c05fba98089ce4ecc7599cf417766bde4dcd3d2123fcf375234834b1
3
  size 343236280
runs/Mar26_00-50-38_ryanserver/events.out.tfevents.1711428648.ryanserver CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:295c9be21bf8e11bdaffcf4c43ce56b0b99ca0d75ef4e82547da1a65f938fde2
3
- size 213546
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd529c6b43967fbcbe58761ebfc0b3fccec35ddfe0471307adf233029641e194
3
+ size 214645