N8Programs's picture
Add 7m-3.4b checkpoint
e521cdb verified
Raw
History Blame Contribute Delete
582 Bytes
{
"architectures": [
"Qwen3ForCausalLM"
],
"model_type": "qwen3",
"vocab_size": 19,
"hidden_size": 256,
"num_hidden_layers": 9,
"intermediate_size": 768,
"num_attention_heads": 2,
"num_key_value_heads": 1,
"head_dim": 128,
"hidden_act": "silu",
"rms_norm_eps": 1e-06,
"max_position_embeddings": 16384,
"rope_theta": 1000000.0,
"rope_scaling": null,
"attention_bias": false,
"attention_dropout": 0.0,
"tie_word_embeddings": false,
"use_cache": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"torch_dtype": "float32"
}