Update config.json

This commit is contained in:
system 2020-03-10 18:26:54 +00:00
parent f68dda45b3
commit 0ca21e64f7
1 changed files with 16 additions and 0 deletions

16
config.json Normal file
View File

@ -0,0 +1,16 @@
{
"bos_token_id": 50256,
"eos_token_ids": [
50256
],
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 1024,
"n_embd": 768,
"n_head": 16,
"n_layer": 24,
"n_positions": 1024,
"pad_token_id": 50256,
"vocab_size": 50257
}