ysmao commited on
Commit
86b529a
·
verified ·
1 Parent(s): 85f44c0

initial commit

Browse files
Files changed (1) hide show
  1. config.json +44 -0
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SpatialLMQwenForCausalLM"],
3
+ "attention_dropout": 0.0,
4
+ "bos_token_id": 151643,
5
+ "eos_token_id": 151645,
6
+ "hidden_act": "silu",
7
+ "hidden_size": 896,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 4864,
10
+ "max_position_embeddings": 32768,
11
+ "max_window_layers": 21,
12
+ "model_type": "spatiallm_qwen",
13
+ "num_attention_heads": 14,
14
+ "num_hidden_layers": 24,
15
+ "num_key_value_heads": 2,
16
+ "point_backbone": "sonata",
17
+ "point_config": {
18
+ "enc_channels": [48, 96, 192, 384, 512],
19
+ "enc_depths": [3, 3, 3, 12, 3],
20
+ "enc_mode": true,
21
+ "enc_num_head": [3, 6, 12, 24, 32],
22
+ "enc_patch_size": [1024, 1024, 1024, 1024, 1024],
23
+ "in_channels": 6,
24
+ "mask_token": true,
25
+ "mlp_ratio": 4,
26
+ "num_bins": 640,
27
+ "order": ["z", "z-trans", "hilbert", "hilbert-trans"],
28
+ "stride": [2, 2, 2, 2]
29
+ },
30
+ "point_end_token_id": 151653,
31
+ "point_start_token_id": 151652,
32
+ "point_token_id": 151654,
33
+ "projector": "mlp",
34
+ "rms_norm_eps": 1e-6,
35
+ "rope_scaling": null,
36
+ "rope_theta": 1000000.0,
37
+ "sliding_window": null,
38
+ "tie_word_embeddings": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.46.1",
41
+ "use_cache": false,
42
+ "use_sliding_window": false,
43
+ "vocab_size": 151936
44
+ }