test / config.json
oscarwang2's picture
Update config.json
2913445 verified
raw
history blame contribute delete
367 Bytes
{
"vocab_size": 30522,
"embedding_dim": 256,
"num_layers": 6,
"num_heads": 8,
"dropout": 0.1,
"max_position_embeddings": 512,
"hidden_size": 256,
"num_attention_heads": 8,
"intermediate_size": 2048,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_eps": 1e-12,
"attention_probs_dropout_prob": 0.1,
"hidden_dropout_prob": 0.1
}