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