diff --git a/config.json b/config.json index ac8b194..0a87bc2 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "attention_probs_dropout_prob": 0.1, - "hidden_act": "gelu", - "hidden_dropout_prob": 0.1, + "attention_probs_dropout_prob": 0, + "hidden_act": "gelu_new", + "hidden_dropout_prob": 0, "embedding_size": 128, "hidden_size": 768, "initializer_range": 0.02, @@ -17,4 +17,4 @@ "down_scale_factor": 1, "type_vocab_size": 2, "vocab_size": 30000 -} \ No newline at end of file +}