VLM-MoE-3x124M / config.json
aquiffoo's picture
Upload VLM-MoE-3x124M model and tokenizer files
32c9f25 verified
raw
history blame
844 Bytes
{
"activation_function": "gelu_new",
"architectures": [
"VLMMoEModel"
],
"attn_pdrop": 0.1,
"aux_loss_coeff": 0.01,
"bos_token_id": 50256,
"embd_pdrop": 0.1,
"eos_token_id": 50256,
"expert_capacity_factor": 1.25,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "vlm_moe",
"n_embd": 768,
"n_head": 12,
"n_inner": null,
"n_layer": 12,
"n_positions": 1024,
"num_experts": 3,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"top_k": 2,
"torch_dtype": "float16",
"transformers_version": "4.52.4",
"use_cache": true,
"vocab_size": 50258
}