UNIST-Eunchan commited on
Commit
6ff9df3
1 Parent(s): c0e1178

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -17,6 +17,30 @@ This model is a fine-tuned version of [google/pegasus-x-base](https://huggingfac
17
  It achieves the following results on the evaluation set:
18
  - Loss: 1.6740
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Model description
21
 
22
  More information needed
 
17
  It achieves the following results on the evaluation set:
18
  - Loss: 1.6740
19
 
20
+
21
+
22
+ ## Evaluation Score
23
+
24
+ For test dataset
25
+
26
+ **'ROUGE'**:
27
+
28
+ {
29
+ 'rouge1': 0.4861,
30
+ 'rouge2': 0.2067,
31
+ 'rougeL': 0.2446,
32
+ 'rougeLsum': 0.2444
33
+ }
34
+
35
+
36
+ **'BERT_SCORE'**
37
+ {'f1': 0.8551,
38
+ 'precision': 0.8583,
39
+ 'recall': 0.852
40
+ }
41
+
42
+
43
+
44
  ## Model description
45
 
46
  More information needed