semo_csr_3l / encoder_config.json
kotmul's picture
Upload folder using huggingface_hub
533a424 verified
raw
history blame contribute delete
341 Bytes
{
"sentence_encoder_config": {
"num_hidden_layers": 3,
"hidden_size": 4096,
"rms_norm_eps": 1e-05,
"attention_dropout": 0.0,
"num_attention_heads": 32,
"num_key_value_heads": 8,
"max_position_embeddings": 512,
"rope_theta": 500000.0,
"intermediate_size": 14336,
"hidden_act": "silu"
},
"context_encoder_config": null
}