sysresearch101
commited on
Commit
•
a6f3cc2
1
Parent(s):
c902828
Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,29 @@ model-index:
|
|
17 |
type: xsum & Cnn
|
18 |
config: 3.0.0
|
19 |
split: train
|
20 |
-
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
type: xsum & Cnn
|
18 |
config: 3.0.0
|
19 |
split: train
|
20 |
+
metrics:
|
21 |
+
- name: ROUGE-1
|
22 |
+
type: rouge
|
23 |
+
value: <TODO>
|
24 |
+
verified: true
|
25 |
+
- name: ROUGE-2
|
26 |
+
type: rouge
|
27 |
+
value: <TODO>
|
28 |
+
verified: true
|
29 |
+
- name: ROUGE-L
|
30 |
+
type: rouge
|
31 |
+
value: <TODO>
|
32 |
+
verified: true
|
33 |
+
- name: ROUGE-LSUM
|
34 |
+
type: rouge
|
35 |
+
value: <TODO>
|
36 |
+
verified: true
|
37 |
+
- name: loss
|
38 |
+
type: loss
|
39 |
+
value: <TODO>
|
40 |
+
verified: true
|
41 |
+
- name: gen_len
|
42 |
+
type: gen_len
|
43 |
+
value: <TODO>
|
44 |
+
verified: true
|
45 |
+
---
|