From 703af3447380a4fdf35eb5c2c13b281dc3fd2cad Mon Sep 17 00:00:00 2001 From: system Date: Mon, 18 Feb 2019 10:36:16 +0000 Subject: [PATCH] Update config.json --- config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..f6967d7 --- /dev/null +++ b/config.json @@ -0,0 +1,10 @@ +{ + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "n_ctx": 1024, + "n_embd": 768, + "n_head": 12, + "n_layer": 12, + "n_positions": 1024, + "vocab_size": 50257 +}