File size: 448 Bytes
be0dead 5d52740 55c4358 0b515c5 5d52740 be0dead 5d52740 be0dead 5d52740 be0dead |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"LatentRecurrentDepthModel"
],
"auto_map": {
"AutoModel": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
"AutoModelForCausalLM": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
"AutoConfig": "modeling_latent_recurrent_depth.LatentRecurrentDepthConfig"
},
"model_type": "latent_recurrent_depth",
"vocab_size": 50257,
"d_model": 768,
"num_heads": 12,
"dropout": 0.1
}
|