Model save
Browse files- README.md +5 -5
- model.safetensors +1 -1
README.md
CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# clip-vit-large-patch14-finetuned-sofas
|
16 |
|
17 |
This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on the imagefolder dataset.
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 2.1527
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -36,9 +34,11 @@ More information needed
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 5e-05
|
39 |
-
- train_batch_size:
|
40 |
-
- eval_batch_size:
|
41 |
- seed: 42
|
|
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 10.0
|
@@ -50,6 +50,6 @@ The following hyperparameters were used during training:
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.39.0.dev0
|
53 |
-
- Pytorch
|
54 |
- Datasets 2.16.1
|
55 |
- Tokenizers 0.15.2
|
|
|
15 |
# clip-vit-large-patch14-finetuned-sofas
|
16 |
|
17 |
This model is a fine-tuned version of [openai/clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) on the imagefolder dataset.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 5e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 32
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 10.0
|
|
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.39.0.dev0
|
53 |
+
- Pytorch 1.13.1
|
54 |
- Datasets 2.16.1
|
55 |
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1710537716
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b0dbfd65d2c1df005b07edb683795643555f106251859a718f16a139f3229fa
|
3 |
size 1710537716
|