OliverPerrin commited on
Commit
7e802ad
·
1 Parent(s): 18e0afe

Add evaluation_report.json for metrics display

Browse files
Files changed (1) hide show
  1. outputs/evaluation_report.json +26 -0
outputs/evaluation_report.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "summarization": {
3
+ "rouge_like": 0.21057591687577476,
4
+ "rouge1": 0.21057591687577476,
5
+ "rouge2": 0,
6
+ "rougeL": 0,
7
+ "bleu4": 0,
8
+ "bertscore_f1": 0,
9
+ "loss": 3.89890168094635
10
+ },
11
+ "topic": {
12
+ "accuracy": 0.883822222222223,
13
+ "f1": 0.883822222222223,
14
+ "precision": 0,
15
+ "recall": 0,
16
+ "loss": 0.39885642248392106
17
+ },
18
+ "emotion": {
19
+ "f1": 0.2789894984960556,
20
+ "precision": 0,
21
+ "recall": 0,
22
+ "loss": 0.1520903602540493
23
+ },
24
+ "best_epoch": "val_epoch_5",
25
+ "total_loss": 4.3264654325693845
26
+ }