| { | |
| "model_id": "juakazike/sw-bias-classifier-v2", | |
| "base_model": "Davlan/afro-xlmr-base", | |
| "ground_truth": "ground_truth_sw_v5.csv", | |
| "train_size": 6857, | |
| "val_size": 1211, | |
| "neutral_ratio": 4, | |
| "bias_augmented": 3000, | |
| "frozen_layers": 6, | |
| "epochs": 10, | |
| "lr": 2e-05, | |
| "threshold": 0.5600000000000003, | |
| "val_f1": 0.955, | |
| "val_precision": 0.9482, | |
| "val_recall": 0.9618, | |
| "id2label": { | |
| "0": "NEUTRAL", | |
| "1": "BIAS" | |
| } | |
| } |