cs-giung commited on
Commit
62b0bd6
1 Parent(s): 6d7f301

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -7,6 +7,7 @@
7
  "model_type": "clip",
8
  "projection_dim": 768,
9
  "text_config": {
 
10
  "hidden_size": 768,
11
  "intermediate_size": 3072,
12
  "model_type": "clip_text_model",
@@ -15,6 +16,7 @@
15
  "torch_dtype": "float32",
16
  "transformers_version": "4.34.0",
17
  "vision_config": {
 
18
  "hidden_size": 1024,
19
  "intermediate_size": 4096,
20
  "model_type": "clip_vision_model",
 
7
  "model_type": "clip",
8
  "projection_dim": 768,
9
  "text_config": {
10
+ "hidden_act": "quick_gelu",
11
  "hidden_size": 768,
12
  "intermediate_size": 3072,
13
  "model_type": "clip_text_model",
 
16
  "torch_dtype": "float32",
17
  "transformers_version": "4.34.0",
18
  "vision_config": {
19
+ "hidden_act": "quick_gelu",
20
  "hidden_size": 1024,
21
  "intermediate_size": 4096,
22
  "model_type": "clip_vision_model",