ict-imagenet-256 / config.json
sheonhan's picture
Update config.json
8d37d2f
raw
history blame
No virus
443 Bytes
{
"_name_or_path": "sheonhan/image-completion-transformer",
"architectures": [
"ICTModel"
],
"attention_probs_dropout_prob": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 256,
"image_size": 32,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"model_type": "ict",
"num_attention_heads": 8,
"num_hidden_layers": 14,
"transformers_version": "4.13.0.dev0"
}