bmeyer2025 commited on
Commit
9508da5
·
verified ·
1 Parent(s): 8097b30

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50257,
3
+ "n_embd": 384,
4
+ "n_heads": 6,
5
+ "n_layer": 6,
6
+ "block_size": 256,
7
+ "dropout": 0.0
8
+ }