BIStudent commited on
Commit
76c3e47
·
verified ·
1 Parent(s): 1404992

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -7
config.json CHANGED
@@ -22,16 +22,15 @@
22
  "rms_norm_eps": 1e-05,
23
  "rope_theta": 1000000000.0,
24
  "sliding_window": null,
25
- "torch_dtype": "float16",
26
  "use_cache": true,
27
  "vocab_size": 131072
28
  },
29
- "torch_dtype": "float16",
30
- "transformers_version": "4.51.3",
31
  "vision_config": {
32
  "attention_dropout": 0.0,
33
  "head_dim": 64,
34
- "hidden_act": "gelu",
35
  "hidden_size": 1024,
36
  "image_size": 1540,
37
  "initializer_range": 0.02,
@@ -41,8 +40,7 @@
41
  "num_channels": 3,
42
  "num_hidden_layers": 24,
43
  "patch_size": 14,
44
- "rope_theta": 10000.0,
45
- "torch_dtype": "float16"
46
  },
47
  "vision_feature_layer": -1
48
- }
 
22
  "rms_norm_eps": 1e-05,
23
  "rope_theta": 1000000000.0,
24
  "sliding_window": null,
 
25
  "use_cache": true,
26
  "vocab_size": 131072
27
  },
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.50.0.dev0",
30
  "vision_config": {
31
  "attention_dropout": 0.0,
32
  "head_dim": 64,
33
+ "hidden_act": "silu",
34
  "hidden_size": 1024,
35
  "image_size": 1540,
36
  "initializer_range": 0.02,
 
40
  "num_channels": 3,
41
  "num_hidden_layers": 24,
42
  "patch_size": 14,
43
+ "rope_theta": 10000.0
 
44
  },
45
  "vision_feature_layer": -1
46
+ }