File size: 292 Bytes
f606195
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
    "model_name": "microsoft/deberta-base",
    "data_path": "/kaggle/input/preprocessed-data/Preprocessed_Data",
    "max_seq_len": 64,
    "max_word_len": 40,
    "feature_dim": 6,
    "batch_size": 8,
    "accumulation_steps": 2,
    "lr": 8e-06,
    "epochs": 25,
    "device": "cuda"
}