ENEL / config.json
IvanTang's picture
commit from IvanTang
8e2c37d
{
"DEFAULT_POINT_END_TOKEN": "<point_end>",
"DEFAULT_POINT_PATCH_TOKEN": "<point_patch>",
"DEFAULT_POINT_START_TOKEN": "<point_start>",
"_name_or_path": "/mnt/petrelfs/tangyiwen/PointLLM/checkpoints/PointLLM_7B_v1.1_init",
"architectures": [
"PointLLMLlamaForCausalLM"
],
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 11008,
"max_position_embeddings": 2048,
"mm_use_point_start_end": true,
"model_type": "pointllm",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"pad_token_id": 0,
"point_backbone": "PointNN",
"point_backbone_ckpt": "",
"point_backbone_config_name": "PointTransformer_8192point_2layer",
"point_pn_params": {
"LGA_dim": [
2,
2,
2
],
"comp_coef": 0.5,
"embed_dim": 288,
"group_size": 81,
"input_points": 1024,
"mae_coef": 1.0,
"mae_feature": 0,
"mae_fp": 1,
"mae_layer": 32,
"mask_dim": 4096,
"mask_ratio": 0.3,
"num_stages": 3,
"pooling_relu": false,
"poolingmax": true,
"pos_embed_mae": 0,
"posadd": true,
"pred_xyz": 0,
"recon_coef": 1.0,
"recon_feature": 0,
"recon_fp": 0,
"recon_layer": 32,
"recon_pos": 0,
"xyz_reconstruction": true
},
"rms_norm_eps": 1e-06,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.28.0.dev0",
"use_cache": false,
"use_color": true,
"vocab_size": 32003
}