luisotorres
commited on
Commit
•
aef2153
1
Parent(s):
12a1ef6
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,40 @@ widget:
|
|
25 |
Lawrence: Sure thing
|
26 |
Lawrence: I will get back to you once i am through."
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Description
|
|
|
25 |
Lawrence: Sure thing
|
26 |
Lawrence: I will get back to you once i am through."
|
27 |
|
28 |
+
model-index:
|
29 |
+
- name: bart-finetuned-samsum
|
30 |
+
results:
|
31 |
+
- task:
|
32 |
+
name: Text Summarization
|
33 |
+
type: summarization
|
34 |
+
dataset:
|
35 |
+
name: SamSum
|
36 |
+
type: samsum
|
37 |
+
metrics:
|
38 |
+
- name: Validation ROUGE-1
|
39 |
+
type: rouge-1
|
40 |
+
value: 53.8804
|
41 |
+
- name: Validation ROUGE-2
|
42 |
+
type: rouge-2
|
43 |
+
value: 29.2329
|
44 |
+
- name: Validation ROUGE-L
|
45 |
+
type: rougeL
|
46 |
+
value: 44.774
|
47 |
+
- name: Validation ROUGE-L Sum
|
48 |
+
type: rougeLsum
|
49 |
+
value: 49.8255
|
50 |
+
- name: Test ROUGE-1
|
51 |
+
type: rouge-1
|
52 |
+
value: 52.8156
|
53 |
+
- name: Test ROUGE-2
|
54 |
+
type: rouge-2
|
55 |
+
value: 28.1259
|
56 |
+
- name: Test ROUGE-L
|
57 |
+
type: rougeL
|
58 |
+
value: 43.7147
|
59 |
+
- name: Test ROUGE-L Sum
|
60 |
+
type: rougeLsum
|
61 |
+
value: 48.5712
|
62 |
---
|
63 |
|
64 |
# Description
|