Tenete-8M / config.json
Harley-ml's picture
Upload 5 files
a43f902 verified
raw
history blame contribute delete
917 Bytes
{
"architectures": [
"Qwen3ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": null,
"dtype": "float32",
"eos_token_id": null,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 256,
"initializer_range": 0.02,
"intermediate_size": 1024,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"sliding_attention"
],
"max_position_embeddings": 1024,
"max_window_layers": 3,
"model_type": "qwen3",
"num_attention_heads": 4,
"num_hidden_layers": 4,
"num_key_value_heads": 4,
"pad_token_id": null,
"rms_norm_eps": 1e-06,
"rope_parameters": {
"rope_theta": 30000.0,
"rope_type": "default"
},
"sliding_window": 384,
"tie_word_embeddings": true,
"transformers_version": "5.5.0",
"use_cache": false,
"use_sliding_window": true,
"vocab_size": 16000
}