iSolver-AI commited on
Commit
371bf77
·
verified ·
1 Parent(s): d4a007b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json CHANGED
@@ -28,4 +28,34 @@
28
  "transformers_version": "4.41.2",
29
  "use_cache": true,
30
  "use_sliding_window": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
 
28
  "transformers_version": "4.41.2",
29
  "use_cache": true,
30
  "use_sliding_window": false,
31
+ "vision_config": {
32
+ "depth": 32,
33
+ "hidden_act": "silu",
34
+ "hidden_size": 1280,
35
+ "intermediate_size": 3456,
36
+ "num_heads": 16,
37
+ "in_chans": 3,
38
+ "out_hidden_size": 8192,
39
+ "patch_size": 14,
40
+ "spatial_merge_size": 2,
41
+ "spatial_patch_size": 14,
42
+ "window_size": 112,
43
+ "fullatt_block_indexes": [
44
+ 7,
45
+ 15,
46
+ 23,
47
+ 31
48
+ ],
49
+ "tokens_per_second": 2,
50
+ "temporal_patch_size": 2
51
+ },
52
+ "rope_scaling": {
53
+ "type": "mrope",
54
+ "mrope_section": [
55
+ 16,
56
+ 24,
57
+ 24
58
+ ]
59
+ },
60
+ "vocab_size": 152064
61
  }