UNIST-Eunchan
commited on
Commit
•
9be8ca3
1
Parent(s):
1ee1537
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,26 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
More information needed
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
More information needed
|
|
|
21 |
|
22 |
More information needed
|
23 |
|
24 |
+
## Evaluation Score
|
25 |
+
|
26 |
+
**'ROUGE'**:
|
27 |
+
|
28 |
+
{
|
29 |
+
'rouge1': 0.5012,
|
30 |
+
'rouge2': 0.2205,
|
31 |
+
'rougeL': 0.2552,
|
32 |
+
'rougeLsum': 0.2554
|
33 |
+
}
|
34 |
+
|
35 |
+
|
36 |
+
**'BERT_SCORE'**
|
37 |
+
{'f1': 0.859,
|
38 |
+
'precision': 0.8619,
|
39 |
+
'recall': 0.8563
|
40 |
+
}
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
## Intended uses & limitations
|
45 |
|
46 |
More information needed
|