YuanTang96
commited on
Commit
•
49db159
1
Parent(s):
d9ecb2c
for download stats
Browse files- config.json +36 -0
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"PhiForCausalLM"
|
4 |
+
],
|
5 |
+
"bos_token_id": 1,
|
6 |
+
"eos_token_id": 2,
|
7 |
+
"hidden_act": "gelu_new",
|
8 |
+
"hidden_size": 2560,
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"intermediate_size": 10240,
|
11 |
+
"max_position_embeddings": 2048,
|
12 |
+
"model_type": "pointllm",
|
13 |
+
"num_attention_heads": 32,
|
14 |
+
"num_hidden_layers": 32,
|
15 |
+
"pretraining_tp": 1,
|
16 |
+
"resid_pdrop": 0.1,
|
17 |
+
"embd_pdrop": 0.0,
|
18 |
+
"layer_norm_eps": 1e-05,
|
19 |
+
"rope_scaling": null,
|
20 |
+
"rope_theta": 10000.0,
|
21 |
+
"partial_rotary_factor": 0.4,
|
22 |
+
"qk_layernorm": false,
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float16",
|
25 |
+
"transformers_version": "4.35.2",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 51200,
|
28 |
+
"point_backbone": "PointBERT",
|
29 |
+
"point_backbone_ckpt": "",
|
30 |
+
"point_backbone_config_name": "PointTransformer_8192point_2layer",
|
31 |
+
"use_color": true,
|
32 |
+
"mm_use_point_start_end": true,
|
33 |
+
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
|
34 |
+
"DEFAULT_POINT_START_TOKEN": "<point_start>",
|
35 |
+
"DEFAULT_POINT_END_TOKEN": "<point_end>"
|
36 |
+
}
|