axai-stack-0_4B / config.json
aixk's picture
Upload folder using huggingface_hub
9336cde
raw
history blame contribute delete
543 Bytes
{
"architectures": [
"AxaiForCausalLM"
],
"attention_dropout": 0.0,
"dtype": "float32",
"hidden_dropout": 0.0,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"max_position_embeddings": 128,
"model_type": "axai",
"neftune_alpha": 0.0,
"num_attention_heads": 12,
"num_hidden_layers": 32,
"num_key_value_heads": 6,
"qk_norm": true,
"rezero_init": 1.0,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"transformers_version": "5.0.0",
"use_cache": false,
"vocab_size": 32000
}