Remove comparison claims with base model
Browse files
README.md
CHANGED
|
@@ -161,11 +161,8 @@ def summarize_long_email(email, model, tokenizer, mode="brief"):
|
|
| 161 |
- **ROUGE-L Score**: 0.42
|
| 162 |
- **Average inference time**: 0.63s (brief), 0.71s (full) on T4 GPU
|
| 163 |
- **Coherence score on messy inputs**: 80%
|
| 164 |
-
|
| 165 |
-
### Comparison with Base Model
|
| 166 |
-
- 8.3% improvement in quality over base [Falconsai/text_summarization](https://huggingface.co/Falconsai/text_summarization)
|
| 167 |
- Successfully differentiates brief vs full summaries (2.5x length difference)
|
| 168 |
-
-
|
| 169 |
|
| 170 |
## Deployment
|
| 171 |
|
|
|
|
| 161 |
- **ROUGE-L Score**: 0.42
|
| 162 |
- **Average inference time**: 0.63s (brief), 0.71s (full) on T4 GPU
|
| 163 |
- **Coherence score on messy inputs**: 80%
|
|
|
|
|
|
|
|
|
|
| 164 |
- Successfully differentiates brief vs full summaries (2.5x length difference)
|
| 165 |
+
- Robust handling of informal text and typos
|
| 166 |
|
| 167 |
## Deployment
|
| 168 |
|