codewithdark commited on
Commit
5d52740
·
verified ·
1 Parent(s): 2ae649f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -5
config.json CHANGED
@@ -2,11 +2,13 @@
2
  "architectures": [
3
  "LatentRecurrentDepthModel"
4
  ],
5
- "d_model": 768,
6
- "dropout": 0.1,
 
 
7
  "model_type": "latent_recurrent_depth",
 
 
8
  "num_heads": 12,
9
- "torch_dtype": "float32",
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
  }