Model save
Browse files
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: openai/clip-vit-large-patch14-336
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: clip-finetuned-csu-p14-336-e3l17-l
|
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 |
+
# clip-finetuned-csu-p14-336-e3l17-l
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [openai/clip-vit-large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7105
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1e-07
|
38 |
+
- train_batch_size: 128
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3.0
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:------:|:-----:|:---------------:|
|
49 |
+
| 0.4515 | 0.0533 | 500 | 1.3851 |
|
50 |
+
| 0.4148 | 0.1067 | 1000 | 1.2841 |
|
51 |
+
| 0.3281 | 0.1600 | 1500 | 1.2113 |
|
52 |
+
| 0.2912 | 0.2133 | 2000 | 1.1590 |
|
53 |
+
| 0.3073 | 0.2666 | 2500 | 1.1095 |
|
54 |
+
| 0.2446 | 0.3200 | 3000 | 1.0693 |
|
55 |
+
| 0.273 | 0.3733 | 3500 | 1.0431 |
|
56 |
+
| 0.193 | 0.4266 | 4000 | 1.0196 |
|
57 |
+
| 0.2419 | 0.4799 | 4500 | 0.9946 |
|
58 |
+
| 0.2577 | 0.5333 | 5000 | 0.9679 |
|
59 |
+
| 0.2468 | 0.5866 | 5500 | 0.9470 |
|
60 |
+
| 0.2148 | 0.6399 | 6000 | 0.9275 |
|
61 |
+
| 0.179 | 0.6933 | 6500 | 0.9108 |
|
62 |
+
| 0.1992 | 0.7466 | 7000 | 0.8946 |
|
63 |
+
| 0.2264 | 0.7999 | 7500 | 0.8791 |
|
64 |
+
| 0.2349 | 0.8532 | 8000 | 0.8649 |
|
65 |
+
| 0.1869 | 0.9066 | 8500 | 0.8521 |
|
66 |
+
| 0.1859 | 0.9599 | 9000 | 0.8395 |
|
67 |
+
| 0.1943 | 1.0132 | 9500 | 0.8300 |
|
68 |
+
| 0.1419 | 1.0666 | 10000 | 0.8227 |
|
69 |
+
| 0.1558 | 1.1199 | 10500 | 0.8159 |
|
70 |
+
| 0.15 | 1.1732 | 11000 | 0.8096 |
|
71 |
+
| 0.1919 | 1.2265 | 11500 | 0.8024 |
|
72 |
+
| 0.1298 | 1.2799 | 12000 | 0.7956 |
|
73 |
+
| 0.1385 | 1.3332 | 12500 | 0.7921 |
|
74 |
+
| 0.1414 | 1.3865 | 13000 | 0.7885 |
|
75 |
+
| 0.1549 | 1.4398 | 13500 | 0.7810 |
|
76 |
+
| 0.126 | 1.4932 | 14000 | 0.7772 |
|
77 |
+
| 0.1518 | 1.5465 | 14500 | 0.7739 |
|
78 |
+
| 0.1143 | 1.5998 | 15000 | 0.7703 |
|
79 |
+
| 0.161 | 1.6532 | 15500 | 0.7639 |
|
80 |
+
| 0.1277 | 1.7065 | 16000 | 0.7590 |
|
81 |
+
| 0.1394 | 1.7598 | 16500 | 0.7563 |
|
82 |
+
| 0.1253 | 1.8131 | 17000 | 0.7550 |
|
83 |
+
| 0.2146 | 1.8665 | 17500 | 0.7488 |
|
84 |
+
| 0.1267 | 1.9198 | 18000 | 0.7466 |
|
85 |
+
| 0.1564 | 1.9731 | 18500 | 0.7438 |
|
86 |
+
| 0.1355 | 2.0265 | 19000 | 0.7396 |
|
87 |
+
| 0.1228 | 2.0798 | 19500 | 0.7349 |
|
88 |
+
| 0.1082 | 2.1331 | 20000 | 0.7337 |
|
89 |
+
| 0.1353 | 2.1864 | 20500 | 0.7330 |
|
90 |
+
| 0.0925 | 2.2398 | 21000 | 0.7304 |
|
91 |
+
| 0.1721 | 2.2931 | 21500 | 0.7284 |
|
92 |
+
| 0.1017 | 2.3464 | 22000 | 0.7276 |
|
93 |
+
| 0.1395 | 2.3997 | 22500 | 0.7246 |
|
94 |
+
| 0.1144 | 2.4531 | 23000 | 0.7219 |
|
95 |
+
| 0.1308 | 2.5064 | 23500 | 0.7202 |
|
96 |
+
| 0.1288 | 2.5597 | 24000 | 0.7179 |
|
97 |
+
| 0.1179 | 2.6131 | 24500 | 0.7156 |
|
98 |
+
| 0.1028 | 2.6664 | 25000 | 0.7145 |
|
99 |
+
| 0.1291 | 2.7197 | 25500 | 0.7132 |
|
100 |
+
| 0.105 | 2.7730 | 26000 | 0.7120 |
|
101 |
+
| 0.1124 | 2.8264 | 26500 | 0.7114 |
|
102 |
+
| 0.1185 | 2.8797 | 27000 | 0.7108 |
|
103 |
+
| 0.0909 | 2.9330 | 27500 | 0.7107 |
|
104 |
+
| 0.1385 | 2.9863 | 28000 | 0.7105 |
|
105 |
+
|
106 |
+
|
107 |
+
### Framework versions
|
108 |
+
|
109 |
+
- Transformers 4.45.0.dev0
|
110 |
+
- Pytorch 1.12.1
|
111 |
+
- Datasets 2.21.0
|
112 |
+
- Tokenizers 0.19.1
|
runs/Aug24_08-08-57_winter-park/events.out.tfevents.1724508555.winter-park.3371039.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:1799fb411b9bd3d1419068a27a9bc10995819a498b484ef32681c1906554dd93
|
3 |
+
size 62601
|