File size: 1,502 Bytes
30b3241 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
{
"_flash_attn_2_enabled": true,
"_name_or_path": "/mnt/bn/yangmin-priv/luoruipu/checkpoints/LLaVA-clip336px-obj-represent-Mistral-3e-5-2048/",
"architectures": [
"EditGPTMistralForCausalLM"
],
"attention_dropout": 0.0,
"avoid_generator": true,
"behind_projector": "linear",
"bos_token_id": 1,
"compute_diffusion_loss": false,
"eos_token_id": 2,
"front_projector": "/mnt/bn/yangmin-priv/luoruipu/weight_pretrained/blip2_pretrained_flant5xxl.pth",
"front_projector_type": "mlp2x_gelu",
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 32768,
"mm_hidden_size": 1024,
"mm_vision_select_layer": -2,
"model_type": "EditGPTMistral",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_image_token": 64,
"num_key_value_heads": 8,
"num_query_token": 32,
"rms_norm_eps": 1e-05,
"rope_theta": 1000000.0,
"sd_hidden_size": 1024,
"skip_load_vision_encoder": false,
"sliding_window": null,
"snr_loss": true,
"t2i_mapping_hidden_size": 1024,
"tie_word_embeddings": false,
"tokenizer_model_max_length": 3072,
"torch_dtype": "bfloat16",
"transformers_version": "4.37.2",
"use_cache": true,
"vision_encoder": "openai/clip-vit-large-patch14-336",
"vision_encoder_path": "openai/clip-vit-large-patch14-336",
"vision_generator": "/mnt/bn/yangmin-priv/luoruipu/weight_pretrained/Emu2/Emu2-Gen/",
"vision_generator_type": "Emu2_SD",
"vocab_size": 32003
}
|