Updated model with threshold metrics.
Browse files- metrics.json +7 -7
- training_args.bin +0 -0
metrics.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"accuracy": 0.
|
| 3 |
-
"balanced_accuracy": 0.
|
| 4 |
-
"f1_weighted": 0.
|
| 5 |
-
"f1_false": 0.
|
| 6 |
-
"recall_false": 0.
|
| 7 |
-
"precision_false": 0.
|
| 8 |
"model_type": "transformer",
|
| 9 |
"model_name": "distilbert",
|
| 10 |
-
"threshold_applied":
|
| 11 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"accuracy": 0.4664429530201342,
|
| 3 |
+
"balanced_accuracy": 0.5931235431235431,
|
| 4 |
+
"f1_weighted": 0.4705597664239933,
|
| 5 |
+
"f1_false": 0.45733788395904434,
|
| 6 |
+
"recall_false": 0.8589743589743589,
|
| 7 |
+
"precision_false": 0.3116279069767442,
|
| 8 |
"model_type": "transformer",
|
| 9 |
"model_name": "distilbert",
|
| 10 |
+
"threshold_applied": true
|
| 11 |
}
|
training_args.bin
CHANGED
|
Binary files a/training_args.bin and b/training_args.bin differ
|
|
|