Mohamed Hassan Ashmawy commited on
Commit
4153a73
·
verified ·
1 Parent(s): f3e819a

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
+ "block_size": 1024,
3
+ "vocab_size": 50257,
4
+ "n_layer": 8,
5
+ "n_head": 8,
6
+ "n_embd": 512,
7
+ "dropout": 0.1,
8
+ "bias": true
9
+ }