File size: 1,041 Bytes
208b710 dd1e9ee 208b710 dd1e9ee 208b710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
---
license: unknown
datasets:
- fajrikoto/id_liputan6
language:
- id
metrics:
- rouge
base_model:
- cahya/t5-base-indonesian-summarization-cased
model-index:
- name: BERT2BERT-Summarizer
results:
- task:
type: text-summarization
dataset:
name: liputan6
type: canonical
metrics:
- name: BERTScore-Precision
type: Precision
value: 0.727
- task:
type: text-summarization
dataset:
name: liputan6
type: canonical
metrics:
- name: BERTScore-Recall
type: Recall
value: 0.741
- task:
type: text-summarization
dataset:
name: liputan6
type: canonical
metrics:
- name: BERTScore-F1
type: F1
value: 0.734
---
model_path = "kairaamilanii/T5-AbstractiveSummarizer"
summarizer = T5ForConditionalGeneration.from_pretrained(model_path)
tokenizer = T5Tokenizer.from_pretrained(model_path) |