From 127883f0d59a132f3290372e6396aa42f1ff4867 Mon Sep 17 00:00:00 2001 From: system Date: Wed, 8 May 2019 19:05:02 +0000 Subject: [PATCH] Update config.json --- config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b26f520 --- /dev/null +++ b/config.json @@ -0,0 +1,15 @@ +{ + "attn_pdrop": 0.1, + "embd_pdrop": 0.1, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "n_ctx": 1024, + "n_embd": 1024, + "n_head": 16, + "n_layer": 24, + "n_positions": 1024, + "n_special": 0, + "predict_special_tokens": true, + "resid_pdrop": 0.1, + "vocab_size": 50257 +}