Model save
Browse files
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-e3l58-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-e3l58-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.9259
|
| 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-08
|
| 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.3758 | 0.0921 | 500 | 1.4188 |
|
| 50 |
+
| 0.4108 | 0.1842 | 1000 | 1.3514 |
|
| 51 |
+
| 0.4335 | 0.2763 | 1500 | 1.2895 |
|
| 52 |
+
| 0.3436 | 0.3685 | 2000 | 1.2415 |
|
| 53 |
+
| 0.366 | 0.4606 | 2500 | 1.1949 |
|
| 54 |
+
| 0.3191 | 0.5527 | 3000 | 1.1560 |
|
| 55 |
+
| 0.2779 | 0.6448 | 3500 | 1.1234 |
|
| 56 |
+
| 0.2942 | 0.7369 | 4000 | 1.0993 |
|
| 57 |
+
| 0.2615 | 0.8290 | 4500 | 1.0805 |
|
| 58 |
+
| 0.2715 | 0.9211 | 5000 | 1.0615 |
|
| 59 |
+
| 0.2509 | 1.0133 | 5500 | 1.0462 |
|
| 60 |
+
| 0.2653 | 1.1054 | 6000 | 1.0306 |
|
| 61 |
+
| 0.2199 | 1.1975 | 6500 | 1.0183 |
|
| 62 |
+
| 0.1844 | 1.2896 | 7000 | 1.0079 |
|
| 63 |
+
| 0.2143 | 1.3817 | 7500 | 0.9970 |
|
| 64 |
+
| 0.2011 | 1.4738 | 8000 | 0.9887 |
|
| 65 |
+
| 0.1995 | 1.5660 | 8500 | 0.9807 |
|
| 66 |
+
| 0.2493 | 1.6581 | 9000 | 0.9733 |
|
| 67 |
+
| 0.2192 | 1.7502 | 9500 | 0.9669 |
|
| 68 |
+
| 0.1882 | 1.8423 | 10000 | 0.9616 |
|
| 69 |
+
| 0.2193 | 1.9344 | 10500 | 0.9551 |
|
| 70 |
+
| 0.2148 | 2.0265 | 11000 | 0.9495 |
|
| 71 |
+
| 0.1975 | 2.1186 | 11500 | 0.9449 |
|
| 72 |
+
| 0.1791 | 2.2108 | 12000 | 0.9409 |
|
| 73 |
+
| 0.2057 | 2.3029 | 12500 | 0.9382 |
|
| 74 |
+
| 0.2037 | 2.3950 | 13000 | 0.9352 |
|
| 75 |
+
| 0.2011 | 2.4871 | 13500 | 0.9318 |
|
| 76 |
+
| 0.1551 | 2.5792 | 14000 | 0.9295 |
|
| 77 |
+
| 0.1565 | 2.6713 | 14500 | 0.9279 |
|
| 78 |
+
| 0.1963 | 2.7634 | 15000 | 0.9268 |
|
| 79 |
+
| 0.1823 | 2.8556 | 15500 | 0.9262 |
|
| 80 |
+
| 0.1854 | 2.9477 | 16000 | 0.9259 |
|
| 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
|
runs/Aug22_13-28-02_winter-park/events.out.tfevents.1724354904.winter-park.3200919.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:20dde0707c5033a7303ab705a57ab7424b72c79ae1f8287e12a544bd2c365f2b
|
| 3 |
+
size 50811
|