ayjays132 commited on
Commit
f7e3e96
1 Parent(s): 0d90dce

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -2,17 +2,17 @@
2
  "activation_function": "gelu_new",
3
  "architectures": ["GPT2LMHeadModel"],
4
  "attn_pdrop": 0.1,
5
- "bos_token_id": 50256,
6
  "embd_pdrop": 0.1,
7
- "eos_token_id": 50256,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
- "n_ctx": 2048,
12
- "n_embd": 2048,
13
  "n_head": 16,
14
  "n_layer": 24,
15
- "n_positions": 2048,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,
@@ -27,5 +27,5 @@
27
  "max_length": 200
28
  }
29
  },
30
- "vocab_size": 32101
31
  }
 
2
  "activation_function": "gelu_new",
3
  "architectures": ["GPT2LMHeadModel"],
4
  "attn_pdrop": 0.1,
5
+ "bos_token_id": 100313,
6
  "embd_pdrop": 0.1,
7
+ "eos_token_id": 100313,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
+ "n_ctx": 256,
12
+ "n_embd": 256,
13
  "n_head": 16,
14
  "n_layer": 24,
15
+ "n_positions": 256,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,
 
27
  "max_length": 200
28
  }
29
  },
30
+ "vocab_size": 100314
31
  }