UNi2-h-HF / config.json
LinjieMu's picture
Upload folder using huggingface_hub
e19d0fa verified
raw
history blame contribute delete
714 Bytes
{
"apply_layernorm": true,
"architectures": [
"UNI2Model"
],
"attention_probs_dropout_prob": 0.0,
"drop_path_rate": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 1536,
"image_size": 224,
"initializer_range": 0.02,
"layer_norm_eps": 1e-06,
"layer_scale_init_value": 1e-05,
"layerscale_value": 1.0,
"mlp_ratio": 4.0,
"model_type": "uni2",
"num_attention_heads": 24,
"num_channels": 3,
"num_hidden_layers": 24,
"num_register_tokens": 8,
"patch_size": 14,
"qkv_bias": true,
"reshape_hidden_states": true,
"torch_dtype": "float32",
"transformers_version": "4.53.1",
"use_cls_pos": false,
"use_cls_token": false,
"use_swiglu_ffn": true
}