cs-giung commited on
Commit
95eaafa
·
verified ·
1 Parent(s): 2efe196

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": 1280,
9
  "text_config": {
 
10
  "hidden_size": 1280,
11
  "intermediate_size": 5120,
12
  "model_type": "clip_text_model",
@@ -16,6 +17,7 @@
16
  "torch_dtype": "float32",
17
  "transformers_version": "4.34.0",
18
  "vision_config": {
 
19
  "hidden_size": 1664,
20
  "intermediate_size": 8192,
21
  "model_type": "clip_vision_model",
 
7
  "model_type": "clip",
8
  "projection_dim": 1280,
9
  "text_config": {
10
+ "hidden_act": "quick_gelu",
11
  "hidden_size": 1280,
12
  "intermediate_size": 5120,
13
  "model_type": "clip_text_model",
 
17
  "torch_dtype": "float32",
18
  "transformers_version": "4.34.0",
19
  "vision_config": {
20
+ "hidden_act": "quick_gelu",
21
  "hidden_size": 1664,
22
  "intermediate_size": 8192,
23
  "model_type": "clip_vision_model",