HannahLin271 commited on
Commit
3fdbe89
·
verified ·
1 Parent(s): dd86e4b

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bias": true,
3
+ "model_type": "gpt2",
4
+ "block_size": 64,
5
+ "dropout": 0.0,
6
+ "n_embd": 64,
7
+ "n_head": 4,
8
+ "n_layer": 4,
9
+ "vocab_size": 50257
10
+ }