Aananda-giri commited on
Commit
88301f0
·
verified ·
1 Parent(s): 18e56af

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -7
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "context_length": 512,
3
- "drop_rate": 0.1,
4
- "emb_dim": 768,
5
- "n_heads": 12,
6
- "n_layers": 12,
7
- "qkv_bias": false,
8
- "vocab_size": 50000
9
  "model_type": "gpt2"
10
  }
 
1
  {
2
+ "context_length": 512,
3
+ "drop_rate": 0.1,
4
+ "emb_dim": 768,
5
+ "n_heads": 12,
6
+ "n_layers": 12,
7
+ "qkv_bias": false,
8
+ "vocab_size": 50000,
9
  "model_type": "gpt2"
10
  }