system HF staff commited on
Commit
e9ce49e
1 Parent(s): 9aad463

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -1,13 +1,16 @@
1
  {
 
 
 
2
  "bos_token_id": 50256,
3
  "eos_token_ids": [
4
- 50256
5
- ],
6
  "initializer_range": 0.02,
7
  "layer_norm_epsilon": 1e-05,
8
  "model_type": "gpt2",
9
  "n_ctx": 1024,
10
- "n_embd": 768,
11
  "n_head": 16,
12
  "n_layer": 24,
13
  "n_positions": 1024,
 
1
  {
2
+ "architectures": [
3
+ "GPT2LMHeadModel"
4
+ ],
5
  "bos_token_id": 50256,
6
  "eos_token_ids": [
7
+ 50256
8
+ ],
9
  "initializer_range": 0.02,
10
  "layer_norm_epsilon": 1e-05,
11
  "model_type": "gpt2",
12
  "n_ctx": 1024,
13
+ "n_embd": 1024,
14
  "n_head": 16,
15
  "n_layer": 24,
16
  "n_positions": 1024,