BLEURT-20-D6 / bert_config.json
BramVanroy's picture
Upload BLEURT-20-D6
fe1c1a6 verified
raw
history blame contribute delete
396 Bytes
{
"attention_probs_dropout_prob": 0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0,
"embedding_dropout_prob": 0,
"hidden_size": 640,
"embedding_size": 128,
"output_embedding_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 2560,
"max_position_embeddings": 512,
"num_attention_heads": 8,
"num_hidden_layers": 6,
"type_vocab_size": 2,
"vocab_size": 120300
}