Model save
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy:
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -60,26 +60,31 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.
|
70 |
-
|
|
71 |
-
|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
|
85 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9880952380952381
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0522
|
35 |
+
- Accuracy: 0.9881
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 20
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.9091 | 5 | 0.3617 | 0.9107 |
|
70 |
+
| 0.4445 | 2.0 | 11 | 0.0490 | 0.9821 |
|
71 |
+
| 0.4445 | 2.9091 | 16 | 0.0242 | 0.9940 |
|
72 |
+
| 0.0923 | 4.0 | 22 | 0.0002 | 1.0 |
|
73 |
+
| 0.0923 | 4.9091 | 27 | 0.0002 | 1.0 |
|
74 |
+
| 0.009 | 6.0 | 33 | 0.1968 | 0.9583 |
|
75 |
+
| 0.009 | 6.9091 | 38 | 0.0650 | 0.9881 |
|
76 |
+
| 0.0686 | 8.0 | 44 | 0.0310 | 0.9881 |
|
77 |
+
| 0.0686 | 8.9091 | 49 | 0.0169 | 0.9940 |
|
78 |
+
| 0.0355 | 10.0 | 55 | 0.0000 | 1.0 |
|
79 |
+
| 0.0221 | 10.9091 | 60 | 0.0057 | 0.9940 |
|
80 |
+
| 0.0221 | 12.0 | 66 | 0.0477 | 0.9881 |
|
81 |
+
| 0.0026 | 12.9091 | 71 | 0.0001 | 1.0 |
|
82 |
+
| 0.0026 | 14.0 | 77 | 0.0000 | 1.0 |
|
83 |
+
| 0.0001 | 14.9091 | 82 | 0.0009 | 1.0 |
|
84 |
+
| 0.0001 | 16.0 | 88 | 0.0289 | 0.9881 |
|
85 |
+
| 0.0 | 16.9091 | 93 | 0.0465 | 0.9881 |
|
86 |
+
| 0.0 | 18.0 | 99 | 0.0521 | 0.9881 |
|
87 |
+
| 0.0 | 18.1818 | 100 | 0.0522 | 0.9881 |
|
88 |
|
89 |
|
90 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 349854120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a95ba30f96b509ea542077dca694ebfc37fee5c2539a5db0a11a253a7a029cf
|
3 |
size 349854120
|
runs/Jul03_09-04-52_199eb666e01e/events.out.tfevents.1719997502.199eb666e01e.34.5
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:43a6c8b4dde780e7e3029f34a3ce014c2ecb95f17626e3c8779bd5cd00591185
|
3 |
+
size 13172
|