kairaamilanii
commited on
Commit
•
2f070e7
1
Parent(s):
160a06d
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,37 @@ base_model:
|
|
10 |
- cahya/bert2bert-indonesian-summarization
|
11 |
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
model_name = "kairaamilanii/BERT2BERT-AbstractiveSummarizer"
|
|
|
10 |
- cahya/bert2bert-indonesian-summarization
|
11 |
|
12 |
|
13 |
+
model-index:
|
14 |
+
- name: BERT2BERT-Summarizer
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: text-summarization
|
18 |
+
dataset:
|
19 |
+
name: liputan6
|
20 |
+
type: canonical
|
21 |
+
metrics:
|
22 |
+
- name: BERTScore
|
23 |
+
type: Precision
|
24 |
+
value: 0.728
|
25 |
+
- task:
|
26 |
+
type: text-summarization
|
27 |
+
dataset:
|
28 |
+
name: liputan6
|
29 |
+
type: canonical
|
30 |
+
metrics:
|
31 |
+
- name: BERTScore
|
32 |
+
type: Recall
|
33 |
+
value: 0.739
|
34 |
+
- task:
|
35 |
+
type: text-summarization
|
36 |
+
dataset:
|
37 |
+
name: liputan6
|
38 |
+
type: canonical
|
39 |
+
metrics:
|
40 |
+
- name: BERTScore
|
41 |
+
type: f1
|
42 |
+
value: 0.733
|
43 |
+
|
44 |
---
|
45 |
|
46 |
model_name = "kairaamilanii/BERT2BERT-AbstractiveSummarizer"
|