BingyiSu commited on
Commit
12cfc24
1 Parent(s): 3e1e8d8

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": 128,
3
+ "n_embd": 128,
4
+ "block_size": 64,
5
+ "n_layer": 8,
6
+ "n_head": 8,
7
+ "model_type": "custom_transformer"
8
+ }