Update config.json
Browse files- config.json +7 -5
config.json
CHANGED
@@ -2,11 +2,13 @@
|
|
2 |
"architectures": [
|
3 |
"LatentRecurrentDepthModel"
|
4 |
],
|
5 |
-
"
|
6 |
-
|
|
|
|
|
7 |
"model_type": "latent_recurrent_depth",
|
|
|
|
|
8 |
"num_heads": 12,
|
9 |
-
"
|
10 |
-
"transformers_version": "4.47.0",
|
11 |
-
"vocab_size": 50257
|
12 |
}
|
|
|
2 |
"architectures": [
|
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,
|
11 |
+
"d_model": 768,
|
12 |
"num_heads": 12,
|
13 |
+
"dropout": 0.1
|
|
|
|
|
14 |
}
|