BICORP commited on
Commit
8c41cc6
·
verified ·
1 Parent(s): 03a536a

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +16 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +7 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_type": "multi_modality",
15
+ "torch_dtype": "float16"
16
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89ec586e877701de8b961b2a136aed2602a70d64d0a6d803b9c2a283cc9c21b
3
+ size 210040464
tokenizer.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "hello": 1,
3
+ "world": 2,
4
+ "hola": 3,
5
+ "mundo": 4,
6
+ "<unk>": 0
7
+ }