BICORP commited on
Commit
d48a57b
·
verified ·
1 Parent(s): bbff778

Upload 3 files

Browse files
Files changed (3) hide show
  1. lake_config.json +8 -0
  2. model.safetensors +3 -0
  3. vocab.json +5 -0
lake_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_layers": 64,
3
+ "hidden_size": 768,
4
+ "vocab_size": 1000000,
5
+ "total_parameters": 1000000,
6
+ "block_size": 5000,
7
+ "precision": "fp16"
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9841a0b4aa3bf7f3ce24997b79d1c5e25c8a3ee0cd269c13eb0936c97bd940c
3
+ size 2016080
vocab.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "hello": 1,
3
+ "world": 2,
4
+ "<unk>": 0
5
+ }