BICORP commited on
Commit
414f6a1
·
verified ·
1 Parent(s): 452ba5e

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +14 -0
  2. lake1_model.safetensors +3 -0
  3. tokenizer.json +7 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Lake1ForAnyToAny"
4
+ ],
5
+ "vocab_size": 20064,
6
+ "hidden_size": 512,
7
+ "num_hidden_layers": 112,
8
+ "num_attention_heads": 64,
9
+ "embd_pdrop": 0.0,
10
+ "use_moe": true,
11
+ "num_experts": 24,
12
+ "expert_hidden_size": 124,
13
+ "dropout": 0.0
14
+ }
lake1_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:526c58e35ba3e86f8e451ae8cde8ff3825dcb39fd57e5279e4bcd5c258466ed2
3
+ size 3826653336
tokenizer.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "hello": 1,
3
+ "world": 2,
4
+ "hola": 3,
5
+ "mundo": 4,
6
+ "<unk>": 0
7
+ }