ict-imagenet-256 / config.json
sheonhan's picture
Update config.json
f23b2f2
raw
history blame
569 Bytes
{
"_name_or_path": "sheonhan/ict-imagenet-256",
"architectures": [
"IctModel"
],
"activation_function": "gelu",
"attention_probs_dropout_prob": 0.0,
"embedding_dropout_prob": 0.0,
"hidden_size": 1024,
"image_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"layer_norm_eps": 1e-12,
"num_attention_heads": 8,
"num_channels": 3,
"num_hidden_layers": 35,
"num_residual_blocks": 8,
"qkv_bias": false,
"residual_dropout_prob": 0.0,
"vocab_size": 512,
"model_type": "ict",
"transformers_version": "4.13.0.dev0"
}