ayodeji21 commited on
Commit
72baa05
·
verified ·
1 Parent(s): fd20b5d

Retrain: best of 4 seeds (seed=43). Critical F1 0.667 -> 0.699, precision 0.558 -> 0.604, recall held at 0.829. Overall test_f1 0.6746 -> 0.7225.

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. training_metrics.json +63 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8c8955275fd46460f70431c054c31e6d30e34524bb0b181f368724a5bcdc9c1
3
  size 433273844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dad2d8e04c8d0f593e94ac3c2c60e89232c469b9353ea10dbdcebba763febd98
3
  size 433273844
training_metrics.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "val_accuracy": 0.7163323782234957,
3
+ "val_f1": 0.7164684618134102,
4
+ "test_accuracy": 0.721030042918455,
5
+ "test_f1": 0.7224861241536514,
6
+ "per_class": {
7
+ "routine": {
8
+ "precision": 0.8181818181818182,
9
+ "recall": 0.6847826086956522,
10
+ "f1": 0.7455621301775148,
11
+ "support": 92.0
12
+ },
13
+ "urgent": {
14
+ "precision": 0.7037037037037037,
15
+ "recall": 0.7169811320754716,
16
+ "f1": 0.7102803738317757,
17
+ "support": 106.0
18
+ },
19
+ "critical": {
20
+ "precision": 0.6041666666666666,
21
+ "recall": 0.8285714285714286,
22
+ "f1": 0.6987951807228916,
23
+ "support": 35.0
24
+ }
25
+ },
26
+ "confusion_matrix": [
27
+ [
28
+ 63,
29
+ 27,
30
+ 2
31
+ ],
32
+ [
33
+ 13,
34
+ 76,
35
+ 17
36
+ ],
37
+ [
38
+ 1,
39
+ 5,
40
+ 29
41
+ ]
42
+ ],
43
+ "history": [
44
+ {
45
+ "epoch": 1,
46
+ "loss": 1.0609124373952183,
47
+ "accuracy": 0.46131805157593125,
48
+ "f1": 0.40200806524703003
49
+ },
50
+ {
51
+ "epoch": 2,
52
+ "loss": 0.8183450294197152,
53
+ "accuracy": 0.6561604584527221,
54
+ "f1": 0.6575859526544696
55
+ },
56
+ {
57
+ "epoch": 3,
58
+ "loss": 0.5840665084232978,
59
+ "accuracy": 0.7163323782234957,
60
+ "f1": 0.7164684618134102
61
+ }
62
+ ]
63
+ }