From b8e399a4a2d00e268d1a6770eb536b7321854ed8 Mon Sep 17 00:00:00 2001 From: system Date: Wed, 28 Aug 2019 12:31:11 +0000 Subject: [PATCH] Update config.json --- config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..016e349 --- /dev/null +++ b/config.json @@ -0,0 +1,16 @@ +{ + "vocab_size": 30522, + "max_position_embeddings": 512, + "sinusoidal_pos_embds": true, + "n_layers": 6, + "n_heads": 12, + "dim": 768, + "hidden_dim": 3072, + "dropout": 0.1, + "attention_dropout": 0.1, + "activation": "gelu", + "initializer_range": 0.02, + "tie_weights_": true, + "seq_classif_dropout": 0.2, + "qa_dropout": 0.1 +} \ No newline at end of file