cloud-gaming-feedback-multilabel / inference_config.json
dar1bi's picture
Add fine-tuned DistilBERT with per-class thresholds
9880dcf verified
Raw
History Blame Contribute Delete
384 Bytes
{
"labels": [
"ping_latency",
"frames_drop",
"unable_launch",
"mouse_keyboard_headset",
"game_bug",
"failed_save"
],
"thresholds": [
0.45000000000000007,
0.75,
0.7000000000000001,
0.525,
0.55,
0.8
],
"max_len": 64,
"base_checkpoint": "distilbert-base-multilingual-cased",
"learning_rate": 8e-05,
"val_macro_f1": 0.6812
}