# ==================================================== # 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'