PLRS / config.json
Clementio's picture
Upload config.json
7142fc6 verified
raw
history blame contribute delete
200 Bytes
{
"max_seq_len": 200,
"num_skills": 5737,
"embed_dim": 128,
"num_heads": 8,
"dropout": 0.2,
"num_layers": 2,
"batch_size": 64,
"learning_rate": 0.001,
"epochs": 30,
"patience": 5
}