Update config.json

This commit is contained in:
system 2020-03-23 21:50:34 +00:00
parent fe20bc6587
commit 46bd8a36f8
1 changed files with 14 additions and 18 deletions

View File

@ -3,9 +3,6 @@
"GPT2LMHeadModel"
],
"bos_token_id": 50256,
"eos_token_ids": [
50256
],
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
@ -14,6 +11,5 @@
"n_head": 12,
"n_layer": 12,
"n_positions": 1024,
"pad_token_id": 50256,
"vocab_size": 50257
}