ray commited on
Commit
0eb4584
·
verified ·
1 Parent(s): 0b89dae

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_layer": 24,
3
+ "n_head": 16,
4
+ "n_embd": 1024,
5
+ "block_size": 1024,
6
+ "bias": false,
7
+ "vocab_size": 50304,
8
+ "dropout": 0.0
9
+ }