SAMTok-self-contained / config.json
godx7's picture
Upload folder using huggingface_hub
3805eff verified
Raw
History Blame Contribute Delete
600 Bytes
{
"architectures": [
"SAMTokCompositeModel"
],
"auto_map": {
"AutoConfig": "configuration_samtok.SAMTokCompositeConfig",
"AutoModel": "modeling_samtok.SAMTokCompositeModel"
},
"codebook_depth": 2,
"codebook_size": 256,
"decode_chunk_size": 8,
"dtype": "bfloat16",
"latent_dim": 256,
"max_samtok_masks": 32,
"model_type": "samtok_composite",
"qwen_config_file": "qwen_config.json",
"sam2_ckpt_file": "sam2.1_hiera_large.pt",
"sam2_image_size": 1024,
"shared_codebook": false,
"transformers_version": "4.57.0",
"vq_sam2_file": "mask_tokenizer_256x2.pth"
}