zzjrabbit2.1 / config.json
xiaoyewuz-Ruster's picture
Upload TextGenerationPipeline
45b319a verified
{
"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
}