dpmendez commited on
Commit
db912e5
·
1 Parent(s): 2ea677f

Updated model with threshold metrics.

Browse files
Files changed (2) hide show
  1. metrics.json +7 -7
  2. training_args.bin +0 -0
metrics.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "accuracy": 0.6006711409395973,
3
- "balanced_accuracy": 0.6012820512820513,
4
- "f1_weighted": 0.6243873953941463,
5
- "f1_false": 0.4413145539906103,
6
- "recall_false": 0.6025641025641025,
7
- "precision_false": 0.34814814814814815,
8
  "model_type": "transformer",
9
  "model_name": "distilbert",
10
- "threshold_applied": false
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