Update config.json

This commit is contained in:
system 2019-02-08 20:44:42 +00:00
parent e4cabe4667
commit 6a659dc124
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"attn_pdrop": 0.1,
"embd_pdrop": 0.1,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"n_ctx": 512,
"n_embd": 768,
"n_head": 12,