BICORP commited on
Commit
fbd7cab
·
verified ·
1 Parent(s): 848d7ef

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -4,13 +4,13 @@
4
  ],
5
  "vocab_size": 20064,
6
  "hidden_size": 1024,
7
- "num_hidden_layers": 2,
8
- "num_attention_heads": 8,
9
  "embd_pdrop": 0.1,
10
  "use_moe": true,
11
- "num_experts": 4,
12
- "expert_hidden_size": 4096,
13
  "dropout": 0.1,
14
  "model_type": "lake",
15
- "torch_dtype": "float64"
16
  }
 
4
  ],
5
  "vocab_size": 20064,
6
  "hidden_size": 1024,
7
+ "num_hidden_layers": 16,
8
+ "num_attention_heads": 64,
9
  "embd_pdrop": 0.1,
10
  "use_moe": true,
11
+ "num_experts": 24,
12
+ "expert_hidden_size": 496,
13
  "dropout": 0.1,
14
  "model_type": "lake",
15
+ "torch_dtype": "float16"
16
  }