test_another / config.json
euhaq's picture
Update config.json
ef45d7f verified
raw
history blame
No virus
256 Bytes
{
"lr": 3e-05,
"n_classes": 11,
"n_epochs": 3,
"steps_per_epoch": 280,
"model_type":"roberta",
"label2id" : {"10": 7,
"1": 1,
"3": 5,
"4": 3,
"5": 8,
"6": 2,
"7": 6,
"8": 4,
"9": 0,
"2": 9,
"11": 10}
}