Upload lora/thresholds_multiclass.json with huggingface_hub
Browse files
lora/thresholds_multiclass.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "multiclass_adjusted_argmax",
|
| 3 |
+
"per_class_thresholds": {
|
| 4 |
+
"animosity": 0.06540773808956146,
|
| 5 |
+
"derogation": 0.14456525444984436,
|
| 6 |
+
"prejudiced discussions": 0.05847984924912453,
|
| 7 |
+
"threats, plans to harm and incitement": 0.47165951132774353
|
| 8 |
+
},
|
| 9 |
+
"dev_macro_f1": 0.6841613672496025,
|
| 10 |
+
"test_macro_f1": 0.6074850582891984
|
| 11 |
+
}
|