nathanReitinger
commited on
Commit
•
6b1aac4
1
Parent(s):
75315df
End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: google/vit-huge-patch14-224-in21k
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# FASHION-vision
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,32 +45,13 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
| 0.4737 | 2.0 | 750 | 0.5042 | 0.8457 |
|
57 |
-
| 0.4318 | 3.0 | 1125 | 0.3876 | 0.8702 |
|
58 |
-
| 0.3395 | 4.0 | 1500 | 0.3688 | 0.8769 |
|
59 |
-
| 0.3105 | 5.0 | 1875 | 0.3357 | 0.8845 |
|
60 |
-
| 0.2742 | 6.0 | 2250 | 0.3272 | 0.883 |
|
61 |
-
| 0.2898 | 7.0 | 2625 | 0.3156 | 0.8903 |
|
62 |
-
| 0.2774 | 8.0 | 3000 | 0.3004 | 0.8937 |
|
63 |
-
| 0.2833 | 9.0 | 3375 | 0.2976 | 0.8933 |
|
64 |
-
| 0.2398 | 10.0 | 3750 | 0.2954 | 0.8954 |
|
65 |
-
| 0.2143 | 11.0 | 4125 | 0.2724 | 0.9055 |
|
66 |
-
| 0.1808 | 12.0 | 4500 | 0.2843 | 0.8985 |
|
67 |
-
| 0.2298 | 13.0 | 4875 | 0.2918 | 0.8968 |
|
68 |
-
| 0.218 | 14.0 | 5250 | 0.2742 | 0.9036 |
|
69 |
-
| 0.1885 | 15.0 | 5625 | 0.2932 | 0.8976 |
|
70 |
-
| 0.1927 | 16.0 | 6000 | 0.2875 | 0.904 |
|
71 |
-
| 0.1546 | 17.0 | 6375 | 0.2832 | 0.9066 |
|
72 |
-
| 0.186 | 18.0 | 6750 | 0.2796 | 0.9054 |
|
73 |
-
| 0.1515 | 19.0 | 7125 | 0.2850 | 0.9018 |
|
74 |
-
| 0.1766 | 20.0 | 7500 | 0.2854 | 0.9055 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: openai/clip-vit-large-patch14
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
14 |
|
15 |
# FASHION-vision
|
16 |
|
17 |
+
This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 105.2224
|
20 |
+
- Accuracy: 0.2897
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 1
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 176.3951 | 1.0 | 375 | 105.2224 | 0.2897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|