File size: 334 Bytes
f8a4b2b
 
 
 
 
 
 
 
 
2609043
ae1d6d8
ccd2034
 
f8a4b2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "vocab_size": 30522,
    "max_position_embeddings": 1024,
    "hidden_size": 512,
    "num_attention_heads": 8,
    "intermediate_size": 2048,
    "num_hidden_layers": 8,
    "dropout_rate": 0.1,
    "weight_decay": 0.01,
    "learning_rate": 0.0001,
    "restart_period": 500,
    "total_steps": 2500,
    "warmup_steps": 500
}