lukahh commited on
Commit
406ac44
·
verified ·
1 Parent(s): e18aa77

Model save

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -14,8 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
14
  # cultureclip_sd_0226
15
 
16
  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.
17
- It achieves the following results on the evaluation set:
18
- - Loss: 0.0002
19
 
20
  ## Model description
21
 
@@ -34,14 +32,14 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 3e-05
38
- - train_batch_size: 64
39
  - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
42
  - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_steps: 500
44
- - num_epochs: 10.0
45
 
46
  ### Training results
47
 
 
14
  # cultureclip_sd_0226
15
 
16
  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.
 
 
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 1e-06
36
+ - train_batch_size: 16
37
  - eval_batch_size: 8
38
  - seed: 42
39
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
40
  - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 200
42
+ - num_epochs: 5.0
43
 
44
  ### Training results
45