File size: 488 Bytes
bcdb7cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"_name_or_path": "/workspaces/xiang/michelangelo-encoder",
"architectures": [
"PointCloudEncoder"
],
"embed_dim": 64,
"flash": false,
"heads": 12,
"include_pi": false,
"init_scale": 0.25,
"model_type": "pointcloud-encoder",
"num_decoder_layers": 16,
"num_encoder_layers": 8,
"num_freqs": 8,
"num_latents": 256,
"point_feats": 3,
"qkv_bias": false,
"torch_dtype": "float32",
"transformers_version": "4.46.3",
"use_ln_post": true,
"width": 768
}
|