shevek commited on
Commit
aeaa72d
·
verified ·
1 Parent(s): 9fb82d4

Model save

Browse files
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
- - image-classification
6
  - generated_from_trainer
7
  metrics:
8
  - f1
@@ -16,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # all-observation-type
18
 
19
- 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 all-multi-class dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0073
22
- - F1: 0.1819
23
 
24
  ## Model description
25
 
@@ -51,74 +50,40 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | F1 |
53
  |:-------------:|:-------:|:----:|:---------------:|:------:|
54
- | 0.007 | 0.5814 | 100 | 0.0086 | 0.0448 |
55
- | 0.0046 | 1.1628 | 200 | 0.0079 | 0.1397 |
56
- | 0.0047 | 1.7442 | 300 | 0.0075 | 0.1034 |
57
- | 0.0032 | 2.3256 | 400 | 0.0073 | 0.1819 |
58
- | 0.0038 | 2.9070 | 500 | 0.0079 | 0.1638 |
59
- | 0.0036 | 3.4884 | 600 | 0.0075 | 0.1789 |
60
- | 0.0024 | 4.0698 | 700 | 0.0076 | 0.2093 |
61
- | 0.0025 | 4.6512 | 800 | 0.0078 | 0.2001 |
62
- | 0.0021 | 5.2326 | 900 | 0.0083 | 0.2238 |
63
- | 0.0019 | 5.8140 | 1000 | 0.0083 | 0.2143 |
64
- | 0.0017 | 6.3953 | 1100 | 0.0083 | 0.2113 |
65
- | 0.002 | 6.9767 | 1200 | 0.0086 | 0.2316 |
66
- | 0.0013 | 7.5581 | 1300 | 0.0087 | 0.2231 |
67
- | 0.001 | 8.1395 | 1400 | 0.0085 | 0.2700 |
68
- | 0.0013 | 8.7209 | 1500 | 0.0083 | 0.2882 |
69
- | 0.0008 | 9.3023 | 1600 | 0.0094 | 0.2671 |
70
- | 0.0011 | 9.8837 | 1700 | 0.0089 | 0.2583 |
71
- | 0.0006 | 10.4651 | 1800 | 0.0099 | 0.2261 |
72
- | 0.0005 | 11.0465 | 1900 | 0.0092 | 0.2654 |
73
- | 0.0005 | 11.6279 | 2000 | 0.0099 | 0.2014 |
74
- | 0.0004 | 12.2093 | 2100 | 0.0099 | 0.2383 |
75
- | 0.0003 | 12.7907 | 2200 | 0.0101 | 0.2587 |
76
- | 0.0003 | 13.3721 | 2300 | 0.0103 | 0.2541 |
77
- | 0.0002 | 13.9535 | 2400 | 0.0106 | 0.2474 |
78
- | 0.0002 | 14.5349 | 2500 | 0.0108 | 0.2535 |
79
- | 0.0001 | 15.1163 | 2600 | 0.0109 | 0.2531 |
80
- | 0.0002 | 15.6977 | 2700 | 0.0110 | 0.2522 |
81
- | 0.0001 | 16.2791 | 2800 | 0.0112 | 0.2647 |
82
- | 0.0001 | 16.8605 | 2900 | 0.0115 | 0.2604 |
83
- | 0.0001 | 17.4419 | 3000 | 0.0116 | 0.2642 |
84
- | 0.0001 | 18.0233 | 3100 | 0.0119 | 0.2625 |
85
- | 0.0001 | 18.6047 | 3200 | 0.0119 | 0.2715 |
86
- | 0.0001 | 19.1860 | 3300 | 0.0120 | 0.2774 |
87
- | 0.0001 | 19.7674 | 3400 | 0.0121 | 0.2887 |
88
- | 0.0001 | 20.3488 | 3500 | 0.0123 | 0.2832 |
89
- | 0.0001 | 20.9302 | 3600 | 0.0124 | 0.2692 |
90
- | 0.0001 | 21.5116 | 3700 | 0.0125 | 0.2760 |
91
- | 0.0001 | 22.0930 | 3800 | 0.0126 | 0.2694 |
92
- | 0.0 | 22.6744 | 3900 | 0.0127 | 0.2717 |
93
- | 0.0001 | 23.2558 | 4000 | 0.0128 | 0.2657 |
94
- | 0.0 | 23.8372 | 4100 | 0.0129 | 0.2852 |
95
- | 0.0001 | 24.4186 | 4200 | 0.0130 | 0.2783 |
96
- | 0.0001 | 25.0 | 4300 | 0.0130 | 0.2898 |
97
- | 0.0 | 25.5814 | 4400 | 0.0131 | 0.2864 |
98
- | 0.0 | 26.1628 | 4500 | 0.0132 | 0.2862 |
99
- | 0.0001 | 26.7442 | 4600 | 0.0133 | 0.2965 |
100
- | 0.0 | 27.3256 | 4700 | 0.0134 | 0.2921 |
101
- | 0.0 | 27.9070 | 4800 | 0.0134 | 0.2841 |
102
- | 0.0 | 28.4884 | 4900 | 0.0135 | 0.2896 |
103
- | 0.0001 | 29.0698 | 5000 | 0.0136 | 0.2829 |
104
- | 0.0001 | 29.6512 | 5100 | 0.0136 | 0.2864 |
105
- | 0.0 | 30.2326 | 5200 | 0.0137 | 0.2898 |
106
- | 0.0 | 30.8140 | 5300 | 0.0138 | 0.2878 |
107
- | 0.0 | 31.3953 | 5400 | 0.0138 | 0.2829 |
108
- | 0.0 | 31.9767 | 5500 | 0.0139 | 0.2910 |
109
- | 0.0 | 32.5581 | 5600 | 0.0139 | 0.2910 |
110
- | 0.0 | 33.1395 | 5700 | 0.0140 | 0.2864 |
111
- | 0.0 | 33.7209 | 5800 | 0.0140 | 0.2910 |
112
- | 0.0 | 34.3023 | 5900 | 0.0140 | 0.2910 |
113
- | 0.0001 | 34.8837 | 6000 | 0.0141 | 0.2910 |
114
- | 0.0 | 35.4651 | 6100 | 0.0141 | 0.2910 |
115
- | 0.0 | 36.0465 | 6200 | 0.0142 | 0.2910 |
116
- | 0.0 | 36.6279 | 6300 | 0.0142 | 0.2910 |
117
- | 0.0 | 37.2093 | 6400 | 0.0142 | 0.2910 |
118
- | 0.0 | 37.7907 | 6500 | 0.0142 | 0.2910 |
119
- | 0.0001 | 38.3721 | 6600 | 0.0142 | 0.2910 |
120
- | 0.0 | 38.9535 | 6700 | 0.0143 | 0.2910 |
121
- | 0.0 | 39.5349 | 6800 | 0.0143 | 0.2910 |
122
 
123
 
124
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
5
  - generated_from_trainer
6
  metrics:
7
  - f1
 
15
 
16
  # all-observation-type
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 an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0082
21
+ - F1: 0.1324
22
 
23
  ## Model description
24
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 |
52
  |:-------------:|:-------:|:----:|:---------------:|:------:|
53
+ | 0.0726 | 1.1628 | 100 | 0.0660 | 0.0 |
54
+ | 0.0264 | 2.3256 | 200 | 0.0247 | 0.0 |
55
+ | 0.0161 | 3.4884 | 300 | 0.0165 | 0.0 |
56
+ | 0.0133 | 4.6512 | 400 | 0.0135 | 0.0 |
57
+ | 0.0124 | 5.8140 | 500 | 0.0120 | 0.0 |
58
+ | 0.011 | 6.9767 | 600 | 0.0112 | 0.0 |
59
+ | 0.0114 | 8.1395 | 700 | 0.0107 | 0.0 |
60
+ | 0.0109 | 9.3023 | 800 | 0.0103 | 0.0 |
61
+ | 0.0096 | 10.4651 | 900 | 0.0102 | 0.0 |
62
+ | 0.0099 | 11.6279 | 1000 | 0.0098 | 0.0 |
63
+ | 0.0089 | 12.7907 | 1100 | 0.0094 | 0.0 |
64
+ | 0.0091 | 13.9535 | 1200 | 0.0093 | 0.0 |
65
+ | 0.0081 | 15.1163 | 1300 | 0.0089 | 0.0 |
66
+ | 0.0073 | 16.2791 | 1400 | 0.0089 | 0.0 |
67
+ | 0.0071 | 17.4419 | 1500 | 0.0085 | 0.0 |
68
+ | 0.0068 | 18.6047 | 1600 | 0.0082 | 0.0183 |
69
+ | 0.0064 | 19.7674 | 1700 | 0.0082 | 0.0365 |
70
+ | 0.0061 | 20.9302 | 1800 | 0.0086 | 0.0091 |
71
+ | 0.0054 | 22.0930 | 1900 | 0.0082 | 0.0594 |
72
+ | 0.0051 | 23.2558 | 2000 | 0.0080 | 0.0502 |
73
+ | 0.0048 | 24.4186 | 2100 | 0.0079 | 0.0639 |
74
+ | 0.0045 | 25.5814 | 2200 | 0.0080 | 0.0639 |
75
+ | 0.0036 | 26.7442 | 2300 | 0.0079 | 0.1027 |
76
+ | 0.0038 | 27.9070 | 2400 | 0.0079 | 0.1027 |
77
+ | 0.0032 | 29.0698 | 2500 | 0.0077 | 0.0913 |
78
+ | 0.004 | 30.2326 | 2600 | 0.0079 | 0.1027 |
79
+ | 0.003 | 31.3953 | 2700 | 0.0081 | 0.0936 |
80
+ | 0.0029 | 32.5581 | 2800 | 0.0080 | 0.0890 |
81
+ | 0.0033 | 33.7209 | 2900 | 0.0081 | 0.0845 |
82
+ | 0.0029 | 34.8837 | 3000 | 0.0081 | 0.1256 |
83
+ | 0.0025 | 36.0465 | 3100 | 0.0081 | 0.1347 |
84
+ | 0.0027 | 37.2093 | 3200 | 0.0081 | 0.1324 |
85
+ | 0.0028 | 38.3721 | 3300 | 0.0082 | 0.1324 |
86
+ | 0.0023 | 39.5349 | 3400 | 0.0082 | 0.1324 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
 
89
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fd9013d3a8f35817d2b29165ce7286b88a8f0ad218e69ce4337825036ee40f2
3
  size 345933956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e862c5a792cf3dfd52285b69cffa6ae9b484d18f35d9538fbe02f3709443d6
3
  size 345933956
runs/May15_06-20-17_ab91efe686de/events.out.tfevents.1715754018.ab91efe686de.94836.23 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28e3c4f403df6b1516f5b96a95d8e05631625e4b3fe624bfdf1800bef92efc98
3
- size 151023
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153a407dff6c2922f078f7825f4398653cafef12456912d5d6e35367c67c0ad5
3
+ size 152221