{% extends "base.html" %} {% block title %}Analytics - Liputan6 Summarizer{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Analisis performa model dan statistik summarization
| Model | ROUGE-1 | ROUGE-2 | F1-Score | Speed |
|---|---|---|---|---|
| TextRank | 0.289 | 0.138 | 0.255 | Fast |
| TF-IDF + LR | 0.359 | 0.198 | 0.401 | Medium |
| BERT-based | 0.420 | 0.250 | 0.480 | Slow |
| Time | Type | Model | Input Length | Summary Length | Processing Time | Status |
|---|