File size: 401 Bytes
122d428
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# ====================================================
# CFG
# ====================================================
class CFG:
    print_freq=100
    num_workers=0
    model="microsoft/deberta-base"
    token="microsoft/deberta-base"
    fc_dropout=0.2
    max_len=739
    weight_decay=0.01
    project_folder = '/content/drive/MyDrive/Projects/Exigent/POC-V1/'
    matching_data = 'matching_data.csv'