File size: 269 Bytes
a10898b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
    "n_samples": 50,
    "tokenized_ds_dir": "data/goemotions_v2_no_trunc",
    "encoder_lr": 0.00001,
    "head_lr": 0.0002,
    "lr_warmup": 0.02,
    "weight_decay": 0.01,
    "batch_size": 64,
    "gradient_accumulation_steps": 1,
    "num_epochs": 10
}