Jarnails1559 commited on
Commit
61c75cf
·
1 Parent(s): 26b34f0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -2,6 +2,7 @@
2
  "attn_pdrop": 0.1,
3
  "embd_pdrop": 0.1,
4
  "layer_norm_epsilon": 1e-5,
 
5
  "n_head": 12,
6
  "n_layer": 12,
7
  "n_embd": 768,
 
2
  "attn_pdrop": 0.1,
3
  "embd_pdrop": 0.1,
4
  "layer_norm_epsilon": 1e-5,
5
+ "model_type": "gpt2",
6
  "n_head": 12,
7
  "n_layer": 12,
8
  "n_embd": 768,