File size: 228 Bytes
34051fc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
params = {
    'pretrained_model_name': 'ltgoslo/norbert2',
    'path_to_model_bin': 'model_nobert_norec.bin',
    'LR': 1e-05,
    'dropout': 0.4,
    'warmup': 2,
    'epochs': 10,
    'max_length': 512,
    'batch_size': 4,
}