File size: 677 Bytes
26e61fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"architectures": [
"BPT"
],
"attn_depth": 24,
"attn_dim_head": 64,
"attn_heads": 16,
"attn_kwargs": {
"attn_qk_norm": true,
"ff_glu": true,
"num_mem_kv": 4
},
"block_size": 8,
"conditioned_on_pc": true,
"coor_continuous_range": [
-1.0,
1.0
],
"dim": 1024,
"dropout": 0.0,
"encoder_freeze": false,
"encoder_name": "miche-256-feature",
"flash_attn": true,
"max_seq_len": 10000,
"mode": "vertices",
"model_type": "mesh-transformer",
"num_discrete_coors": 128,
"offset_size": 16,
"pad_id": -1,
"special_token": -2,
"torch_dtype": "float32",
"transformers_version": "4.55.4",
"use_special_block": true
}
|