From 46bd8a36f8cf7d39670f9edd0bb0748469665505 Mon Sep 17 00:00:00 2001 From: system Date: Mon, 23 Mar 2020 21:50:34 +0000 Subject: [PATCH] Update config.json --- config.json | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/config.json b/config.json index 383d68a..390de2a 100644 --- a/config.json +++ b/config.json @@ -1,19 +1,15 @@ { - "architectures": [ - "GPT2LMHeadModel" - ], - "bos_token_id": 50256, - "eos_token_ids": [ - 50256 - ], - "initializer_range": 0.02, - "layer_norm_epsilon": 1e-05, - "model_type": "gpt2", - "n_ctx": 1024, - "n_embd": 768, - "n_head": 12, - "n_layer": 12, - "n_positions": 1024, - "pad_token_id": 50256, - "vocab_size": 50257 -} + "architectures": [ + "GPT2LMHeadModel" + ], + "bos_token_id": 50256, + "initializer_range": 0.02, + "layer_norm_epsilon": 1e-05, + "model_type": "gpt2", + "n_ctx": 1024, + "n_embd": 768, + "n_head": 12, + "n_layer": 12, + "n_positions": 1024, + "vocab_size": 50257 +} \ No newline at end of file