Girinath11 commited on
Commit
b8bd8cb
·
verified ·
1 Parent(s): 16896b6

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MixtureOfRecursions"
4
+ ],
5
+ "model_type": "mixture_of_recursions",
6
+ "vocab_size": 31985,
7
+ "hidden_size": 384,
8
+ "num_hidden_layers": 12,
9
+ "num_attention_heads": 6,
10
+ "intermediate_size": 2048,
11
+ "max_position_embeddings": 128,
12
+ "torch_dtype": "float32",
13
+ "transformers_version": "4.36.0",
14
+ "auto_map": {
15
+ "AutoModel": "model_slm.MixtureOfRecursions",
16
+ "AutoModelForCausalLM": "model_slm.MixtureOfRecursions"
17
+ }
18
+ }