File size: 378 Bytes
45b319a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"architectures": [
"ZZJRabbit2ForCausalLM"
],
"auto_map": {
"AutoConfig": "zzjrabbit2.ZZJRabbit2Config",
"AutoModelForCausalLM": "zzjrabbit2.ZZJRabbit2ForCausalLM"
},
"hidden_size": 1024,
"model_type": "zzjrabbit2",
"num_attention_heads": 8,
"num_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.53.0",
"vocab_size": 30000
}
|