File size: 426 Bytes
09a13c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architectures": [
"ZZJRabbit22ForCausalLM"
],
"auto_map": {
"AutoConfig": "zzjrabbit22.ZZJRabbit22Config",
"AutoModelForCausalLM": "zzjrabbit22.ZZJRabbit22ForCausalLM"
},
"eos_token_id": 0,
"hidden_size": 1024,
"model_type": "zzjrabbit22",
"num_attention_heads": 8,
"num_layers": 12,
"pad_token_id": 0,
"torch_dtype": "float32",
"transformers_version": "4.53.0",
"vocab_size": 30000
}
|