tiny-random-GitModel / config.json
hf-transformers-bot's picture
Update tiny models for GitModel
f07e476 verified
Raw
History Blame Contribute Delete
988 Bytes
{
"architectures": [
"GitModel"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 30521,
"dtype": "float32",
"eos_token_id": 30521,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 32,
"initializer_range": 0.02,
"intermediate_size": 37,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "git",
"num_attention_heads": 4,
"num_hidden_layers": 2,
"num_image_with_embedding": null,
"pad_token_id": 0,
"tie_word_embeddings": false,
"transformers_version": "5.16.0.dev0",
"use_cache": true,
"vision_config": {
"attention_dropout": 0.0,
"hidden_act": "quick_gelu",
"hidden_size": 32,
"image_size": 32,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-05,
"model_type": "git_vision_model",
"num_attention_heads": 4,
"num_channels": 3,
"num_hidden_layers": 2,
"patch_size": 16,
"projection_dim": 32
},
"vocab_size": 30522
}