yoonusajwardapiit commited on
Commit
5e9254b
·
verified ·
1 Parent(s): 4645d24

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -1 +1,10 @@
1
- {"architectures": ["BigramLanguageModel"], "n_embd": 64, "n_head": 4, "n_layer": 4, "vocab_size": 61, "block_size": 32, "dropout": 0.1, "model_type": "custom"}
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT2LMHeadModel"],
3
+ "n_embd": 64,
4
+ "n_head": 4,
5
+ "n_layer": 4,
6
+ "vocab_size": 61,
7
+ "block_size": 32,
8
+ "dropout": 0.1,
9
+ "model_type": "gpt2"
10
+ }