Model save
Browse files
README.md
ADDED
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-base-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: ryan03312024_lr_2e-5_wd_001_v2
|
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 |
+
# ryan03312024_lr_2e-5_wd_001_v2
|
15 |
+
|
16 |
+
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.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1975
|
19 |
+
- Ordinal Mae: 0.3813
|
20 |
+
- Ordinal Accuracy: 0.7082
|
21 |
+
- Na Accuracy: 0.8333
|
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: 2e-05
|
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: 2.0
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Ordinal Mae | Ordinal Accuracy | Na Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:----------------:|:-----------:|
|
53 |
+
| 0.4426 | 0.04 | 100 | 0.3707 | 0.8707 | 0.3409 | 0.8076 |
|
54 |
+
| 0.3133 | 0.07 | 200 | 0.3203 | 0.8545 | 0.4300 | 0.7749 |
|
55 |
+
| 0.3349 | 0.11 | 300 | 0.2997 | 0.8339 | 0.4593 | 0.8419 |
|
56 |
+
| 0.3173 | 0.14 | 400 | 0.2870 | 0.7993 | 0.4819 | 0.8660 |
|
57 |
+
| 0.2946 | 0.18 | 500 | 0.2856 | 0.7690 | 0.5112 | 0.8935 |
|
58 |
+
| 0.3002 | 0.22 | 600 | 0.2724 | 0.7233 | 0.5345 | 0.9210 |
|
59 |
+
| 0.2817 | 0.25 | 700 | 0.2657 | 0.6928 | 0.5566 | 0.8625 |
|
60 |
+
| 0.2939 | 0.29 | 800 | 0.2596 | 0.6425 | 0.5862 | 0.7921 |
|
61 |
+
| 0.2525 | 0.32 | 900 | 0.2459 | 0.6053 | 0.6047 | 0.8265 |
|
62 |
+
| 0.2163 | 0.36 | 1000 | 0.2400 | 0.5777 | 0.6245 | 0.8110 |
|
63 |
+
| 0.2181 | 0.4 | 1100 | 0.2339 | 0.5430 | 0.6024 | 0.8763 |
|
64 |
+
| 0.1949 | 0.43 | 1200 | 0.2331 | 0.5329 | 0.6286 | 0.7955 |
|
65 |
+
| 0.214 | 0.47 | 1300 | 0.2424 | 0.5244 | 0.6183 | 0.7629 |
|
66 |
+
| 0.27 | 0.5 | 1400 | 0.2298 | 0.4995 | 0.6368 | 0.7869 |
|
67 |
+
| 0.2117 | 0.54 | 1500 | 0.2301 | 0.4950 | 0.6473 | 0.7784 |
|
68 |
+
| 0.2038 | 0.58 | 1600 | 0.2156 | 0.4899 | 0.6550 | 0.8368 |
|
69 |
+
| 0.1974 | 0.61 | 1700 | 0.2212 | 0.4639 | 0.6347 | 0.8282 |
|
70 |
+
| 0.1916 | 0.65 | 1800 | 0.2151 | 0.4790 | 0.6440 | 0.8797 |
|
71 |
+
| 0.1921 | 0.69 | 1900 | 0.2050 | 0.4614 | 0.6609 | 0.8729 |
|
72 |
+
| 0.1936 | 0.72 | 2000 | 0.2061 | 0.4566 | 0.6496 | 0.8574 |
|
73 |
+
| 0.1939 | 0.76 | 2100 | 0.2294 | 0.4657 | 0.6363 | 0.9089 |
|
74 |
+
| 0.257 | 0.79 | 2200 | 0.2054 | 0.4567 | 0.6527 | 0.8608 |
|
75 |
+
| 0.2236 | 0.83 | 2300 | 0.2044 | 0.4542 | 0.6640 | 0.8763 |
|
76 |
+
| 0.1925 | 0.87 | 2400 | 0.2085 | 0.4463 | 0.6887 | 0.8076 |
|
77 |
+
| 0.1657 | 0.9 | 2500 | 0.2034 | 0.4392 | 0.6769 | 0.8522 |
|
78 |
+
| 0.1723 | 0.94 | 2600 | 0.1957 | 0.4257 | 0.6756 | 0.8385 |
|
79 |
+
| 0.2279 | 0.97 | 2700 | 0.1946 | 0.4287 | 0.6740 | 0.8643 |
|
80 |
+
| 0.1421 | 1.01 | 2800 | 0.1914 | 0.4198 | 0.6843 | 0.8505 |
|
81 |
+
| 0.1116 | 1.05 | 2900 | 0.2019 | 0.4214 | 0.6704 | 0.8230 |
|
82 |
+
| 0.1194 | 1.08 | 3000 | 0.1954 | 0.4178 | 0.6807 | 0.8368 |
|
83 |
+
| 0.1312 | 1.12 | 3100 | 0.1930 | 0.4166 | 0.6874 | 0.8591 |
|
84 |
+
| 0.1836 | 1.15 | 3200 | 0.1989 | 0.4107 | 0.6794 | 0.8643 |
|
85 |
+
| 0.1282 | 1.19 | 3300 | 0.1951 | 0.4127 | 0.6971 | 0.8540 |
|
86 |
+
| 0.1406 | 1.23 | 3400 | 0.1959 | 0.4036 | 0.6974 | 0.8505 |
|
87 |
+
| 0.0929 | 1.26 | 3500 | 0.1969 | 0.4020 | 0.6977 | 0.8454 |
|
88 |
+
| 0.1135 | 1.3 | 3600 | 0.1957 | 0.4026 | 0.6982 | 0.8316 |
|
89 |
+
| 0.1345 | 1.33 | 3700 | 0.1987 | 0.4107 | 0.6833 | 0.8814 |
|
90 |
+
| 0.1198 | 1.37 | 3800 | 0.1969 | 0.3988 | 0.6992 | 0.8522 |
|
91 |
+
| 0.1281 | 1.41 | 3900 | 0.1977 | 0.4066 | 0.6966 | 0.8402 |
|
92 |
+
| 0.1153 | 1.44 | 4000 | 0.2014 | 0.4091 | 0.6936 | 0.8436 |
|
93 |
+
| 0.1485 | 1.48 | 4100 | 0.1965 | 0.3989 | 0.7038 | 0.8385 |
|
94 |
+
| 0.1292 | 1.51 | 4200 | 0.1969 | 0.3978 | 0.7031 | 0.8471 |
|
95 |
+
| 0.1233 | 1.55 | 4300 | 0.1989 | 0.3993 | 0.6951 | 0.8660 |
|
96 |
+
| 0.1128 | 1.59 | 4400 | 0.1998 | 0.3920 | 0.6971 | 0.8522 |
|
97 |
+
| 0.0964 | 1.62 | 4500 | 0.2005 | 0.3926 | 0.6982 | 0.8625 |
|
98 |
+
| 0.1184 | 1.66 | 4600 | 0.2008 | 0.3860 | 0.6969 | 0.8711 |
|
99 |
+
| 0.108 | 1.69 | 4700 | 0.1994 | 0.3907 | 0.7020 | 0.8574 |
|
100 |
+
| 0.129 | 1.73 | 4800 | 0.1985 | 0.3896 | 0.7033 | 0.8591 |
|
101 |
+
| 0.1396 | 1.77 | 4900 | 0.1998 | 0.3834 | 0.6984 | 0.8574 |
|
102 |
+
| 0.1323 | 1.8 | 5000 | 0.1986 | 0.3844 | 0.7051 | 0.8454 |
|
103 |
+
| 0.1079 | 1.84 | 5100 | 0.1974 | 0.3833 | 0.7054 | 0.8402 |
|
104 |
+
| 0.0802 | 1.88 | 5200 | 0.1965 | 0.3822 | 0.7074 | 0.8488 |
|
105 |
+
| 0.1391 | 1.91 | 5300 | 0.1975 | 0.3809 | 0.7051 | 0.8454 |
|
106 |
+
| 0.1183 | 1.95 | 5400 | 0.1973 | 0.3827 | 0.7087 | 0.8351 |
|
107 |
+
| 0.1368 | 1.98 | 5500 | 0.1975 | 0.3813 | 0.7082 | 0.8333 |
|
108 |
+
|
109 |
+
|
110 |
+
### Framework versions
|
111 |
+
|
112 |
+
- Transformers 4.39.1
|
113 |
+
- Pytorch 2.2.1+cu121
|
114 |
+
- Datasets 2.18.0
|
115 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343236280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71fb663e55cfacf3317d54b3b8f46494d82513719f277f27dbf2de30fc865a9e
|
3 |
size 343236280
|
runs/Mar31_17-12-55_ryanserver/events.out.tfevents.1711919583.ryanserver.31714.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fcad31a3862ea24834f857dd3efd9e4400421323d1316ba06f0c69eeaa4b97d
|
3 |
+
size 76004
|