File size: 830 Bytes
b0fd683 370157d b0fd683 812abc2 b0fd683 99063a5 317675d b0fd683 954e44f b0fd683 954e44f b0fd683 954e44f b0fd683 954e44f b0fd683 954e44f 12303b2 b0fd683 317675d b0fd683 | 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 27 28 29 30 31 32 33 34 35 | {
"architectures": [
"CloverLMForCausalLM"
],
"attn_backend": "pytorch",
"auto_map": {
"AutoConfig": "configuration_cloverlm.CloverLMConfig",
"AutoModelForCausalLM": "modeling_cloverlm.CloverLMForCausalLM",
"AutoTokenizer": [
"tokenization_cloverlm.CloverLMTokenizer",
null
]
},
"d_head": 128,
"dtype": "bfloat16",
"head_dim": 128,
"heads": 28,
"hidden_size": 3584,
"intermediate_size": 14336,
"max_context": 1024,
"max_position_embeddings": 1024,
"model_type": "cloverlm",
"num_attention_heads": 28,
"num_blocks": 29,
"num_hidden_layers": 29,
"num_key_value_heads": 7,
"quartet_2_impl": "pseudoquant",
"ratio": 4,
"scale_type": "1/sqrt(d)",
"tie_word_embeddings": true,
"transformers_version": "5.4.0",
"vocab_size": 32000,
"weight_tying": true
}
|