BICORP commited on
Commit
8e94ae8
·
verified ·
1 Parent(s): b6aad37

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Lake1ForAnyToAny"
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": false,
11
+ "num_experts": 4,
12
+ "expert_hidden_size": 4096,
13
+ "dropout": 0.1,
14
+ "tensor_dtype": "float16"
15
+ }