zzjrabbit / config.json
xiaoyewuz-Ruster's picture
Upload TextGenerationPipeline
e6291f2 verified
raw
history blame contribute delete
352 Bytes
{
"architectures": [
"ZZJRabbitModelForCausalLM"
],
"auto_map": {
"AutoConfig": "zzjrabbit.ZZJRabbitConfig",
"AutoModelForCausalLM": "zzjrabbit.ZZJRabbitModelForCausalLM"
},
"hidden_size": 256,
"model_type": "zzjrabbit",
"num_layers": 6,
"torch_dtype": "float32",
"transformers_version": "4.53.0",
"vocab_size": 22207
}