Model save
Browse files- README.md +88 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-e3l57-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-e3l57-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.2831
|
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: 5e-07
|
38 |
+
- train_batch_size: 256
|
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.3448 | 0.0921 | 500 | 1.0839 |
|
50 |
+
| 0.2708 | 0.1842 | 1000 | 0.8948 |
|
51 |
+
| 0.177 | 0.2763 | 1500 | 0.8396 |
|
52 |
+
| 0.1831 | 0.3685 | 2000 | 0.7721 |
|
53 |
+
| 0.2038 | 0.4606 | 2500 | 0.7446 |
|
54 |
+
| 0.1309 | 0.5527 | 3000 | 0.7235 |
|
55 |
+
| 0.1431 | 0.6448 | 3500 | 0.6691 |
|
56 |
+
| 0.1411 | 0.7369 | 4000 | 0.6437 |
|
57 |
+
| 0.0849 | 0.8290 | 4500 | 0.4805 |
|
58 |
+
| 0.1026 | 0.9211 | 5000 | 0.4800 |
|
59 |
+
| 0.1201 | 1.0133 | 5500 | 0.4810 |
|
60 |
+
| 0.0757 | 1.1054 | 6000 | 0.4692 |
|
61 |
+
| 0.0696 | 1.1975 | 6500 | 0.4764 |
|
62 |
+
| 0.0911 | 1.2896 | 7000 | 0.4601 |
|
63 |
+
| 0.0806 | 1.3817 | 7500 | 0.4590 |
|
64 |
+
| 0.088 | 1.4738 | 8000 | 0.4654 |
|
65 |
+
| 0.0878 | 1.5660 | 8500 | 0.4769 |
|
66 |
+
| 0.0369 | 1.6581 | 9000 | 0.4684 |
|
67 |
+
| 0.1034 | 1.7502 | 9500 | 0.4716 |
|
68 |
+
| 0.0852 | 1.8423 | 10000 | 0.4720 |
|
69 |
+
| 0.0493 | 1.9344 | 10500 | 0.4714 |
|
70 |
+
| 0.0603 | 2.0265 | 11000 | 0.4661 |
|
71 |
+
| 0.0547 | 2.1186 | 11500 | 0.4669 |
|
72 |
+
| 0.0793 | 2.2108 | 12000 | 0.4664 |
|
73 |
+
| 0.0415 | 2.3024 | 12500 | 0.2888 |
|
74 |
+
| 0.0565 | 2.3945 | 13000 | 0.2910 |
|
75 |
+
| 0.0629 | 2.4866 | 13500 | 0.2889 |
|
76 |
+
| 0.0584 | 2.5787 | 14000 | 0.2874 |
|
77 |
+
| 0.0582 | 2.6708 | 14500 | 0.2863 |
|
78 |
+
| 0.052 | 2.7629 | 15000 | 0.2846 |
|
79 |
+
| 0.0402 | 2.8550 | 15500 | 0.2835 |
|
80 |
+
| 0.0518 | 2.9471 | 16000 | 0.2831 |
|
81 |
+
|
82 |
+
|
83 |
+
### Framework versions
|
84 |
+
|
85 |
+
- Transformers 4.45.0.dev0
|
86 |
+
- Pytorch 1.12.1
|
87 |
+
- Datasets 2.21.0
|
88 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1711848436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3baa8b8d7763cfad8bd048d55aa6dd360d343d1da844972f4ac40be5223a823
|
3 |
size 1711848436
|