kairaamilanii
commited on
Commit
•
dd1e9ee
1
Parent(s):
208b710
Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,41 @@ metrics:
|
|
8 |
- rouge
|
9 |
base_model:
|
10 |
- cahya/t5-base-indonesian-summarization-cased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
|
|
13 |
model_path = "kairaamilanii/T5-AbstractiveSummarizer"
|
14 |
|
15 |
summarizer = T5ForConditionalGeneration.from_pretrained(model_path)
|
|
|
8 |
- rouge
|
9 |
base_model:
|
10 |
- cahya/t5-base-indonesian-summarization-cased
|
11 |
+
|
12 |
+
model-index:
|
13 |
+
- name: BERT2BERT-Summarizer
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: text-summarization
|
17 |
+
dataset:
|
18 |
+
name: liputan6
|
19 |
+
type: canonical
|
20 |
+
metrics:
|
21 |
+
- name: BERTScore-Precision
|
22 |
+
type: Precision
|
23 |
+
value: 0.727
|
24 |
+
- task:
|
25 |
+
type: text-summarization
|
26 |
+
dataset:
|
27 |
+
name: liputan6
|
28 |
+
type: canonical
|
29 |
+
metrics:
|
30 |
+
- name: BERTScore-Recall
|
31 |
+
type: Recall
|
32 |
+
value: 0.741
|
33 |
+
- task:
|
34 |
+
type: text-summarization
|
35 |
+
dataset:
|
36 |
+
name: liputan6
|
37 |
+
type: canonical
|
38 |
+
metrics:
|
39 |
+
- name: BERTScore-F1
|
40 |
+
type: F1
|
41 |
+
value: 0.734
|
42 |
+
|
43 |
---
|
44 |
|
45 |
+
|
46 |
model_path = "kairaamilanii/T5-AbstractiveSummarizer"
|
47 |
|
48 |
summarizer = T5ForConditionalGeneration.from_pretrained(model_path)
|