Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"LatentRecurrentDepthModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoModelForCausalLM": "
|
| 7 |
-
"AutoConfig": "
|
| 8 |
},
|
| 9 |
"model_type": "latent_recurrent_depth",
|
| 10 |
"vocab_size": 50257,
|
|
|
|
| 3 |
"LatentRecurrentDepthModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoModelForCausalLM": "modeling_latent_recurrent_depth.LatentRecurrentDepthModel",
|
| 7 |
+
"AutoConfig": "modeling_latent_recurrent_depth.LatentRecurrentDepthConfig"
|
| 8 |
},
|
| 9 |
"model_type": "latent_recurrent_depth",
|
| 10 |
"vocab_size": 50257,
|