Model save
Browse files- README.md +30 -24
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
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: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -64,27 +64,33 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch
|
68 |
-
|
69 |
-
| No log | 0
|
70 |
-
| No log |
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
|
90 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.989010989010989
|
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.1267
|
35 |
+
- Accuracy: 0.9890
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 1.0 | 7 | 0.5809 | 0.6374 |
|
70 |
+
| No log | 2.0 | 14 | 1.3401 | 0.6703 |
|
71 |
+
| 0.5558 | 3.0 | 21 | 0.6458 | 0.7692 |
|
72 |
+
| 0.5558 | 4.0 | 28 | 0.3785 | 0.8681 |
|
73 |
+
| 0.1701 | 5.0 | 35 | 0.3004 | 0.9451 |
|
74 |
+
| 0.1701 | 6.0 | 42 | 0.2204 | 0.9560 |
|
75 |
+
| 0.142 | 7.0 | 49 | 0.1483 | 0.9341 |
|
76 |
+
| 0.142 | 8.0 | 56 | 0.1386 | 0.9670 |
|
77 |
+
| 0.1002 | 9.0 | 63 | 0.7714 | 0.8681 |
|
78 |
+
| 0.1002 | 10.0 | 70 | 0.2285 | 0.9341 |
|
79 |
+
| 0.0956 | 11.0 | 77 | 0.1162 | 0.9780 |
|
80 |
+
| 0.0956 | 12.0 | 84 | 0.1104 | 0.9780 |
|
81 |
+
| 0.0004 | 13.0 | 91 | 0.1722 | 0.9780 |
|
82 |
+
| 0.0004 | 14.0 | 98 | 0.2109 | 0.9780 |
|
83 |
+
| 0.0209 | 15.0 | 105 | 0.3321 | 0.9560 |
|
84 |
+
| 0.0209 | 16.0 | 112 | 0.0785 | 0.9780 |
|
85 |
+
| 0.0209 | 17.0 | 119 | 0.1525 | 0.9670 |
|
86 |
+
| 0.0014 | 18.0 | 126 | 0.1436 | 0.9670 |
|
87 |
+
| 0.0014 | 19.0 | 133 | 0.2278 | 0.9670 |
|
88 |
+
| 0.0002 | 20.0 | 140 | 0.3035 | 0.9560 |
|
89 |
+
| 0.0002 | 21.0 | 147 | 0.1239 | 0.9780 |
|
90 |
+
| 0.001 | 22.0 | 154 | 0.1211 | 0.9890 |
|
91 |
+
| 0.001 | 23.0 | 161 | 0.1253 | 0.9890 |
|
92 |
+
| 0.0 | 24.0 | 168 | 0.1265 | 0.9890 |
|
93 |
+
| 0.0 | 25.0 | 175 | 0.1267 | 0.9890 |
|
94 |
|
95 |
|
96 |
### 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:963dc14c4bee2ce5346622b939c0923afcf7060d598a64292fc3f0c37c08fee7
|
3 |
size 349854120
|