Update config.json

This commit is contained in:
system 2020-03-11 16:12:55 +00:00
parent 4b7ffff43d
commit f75f77adb4
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
{
"architectures": [
"GPT2LMHeadModel"
],
"bos_token_id": 50256,
"eos_token_ids": [
50256
],
50256
],
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",