File size: 666 Bytes
9570dce | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"architectures": [
"DynamicMindForCausalLM"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_dynamicmind.DynamicMindConfig",
"AutoModelForCausalLM": "modeling_dynamicmind.DynamicMindForCausalLM"
},
"bos_token_id": 0,
"dtype": "float32",
"eos_token_id": 0,
"hidden_size": 256,
"intermediate_size": 768,
"max_position_embeddings": 1024,
"model_type": "dynamicmind",
"num_attention_heads": 8,
"num_hidden_layers": 9,
"num_key_value_heads": 2,
"pad_token_id": 1,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"tie_word_embeddings": true,
"transformers_version": "5.7.0",
"vocab_size": 8192
} |