Update README.md
Browse files
README.md
CHANGED
@@ -52,9 +52,10 @@ It achieves the following results on the evaluation set:
|
|
52 |
|
53 |
## Model description
|
54 |
|
55 |
-
|
56 |
|
57 |
## Intended uses & limitations
|
|
|
58 |
|
59 |
```python
|
60 |
from transformers import pipeline
|
|
|
52 |
|
53 |
## Model description
|
54 |
|
55 |
+
This model tends to generate less verbose summaries compared to [AdamCodd/bart-large-cnn-samsum](https://huggingface.co/AdamCodd/bart-large-cnn-samsum), yet I find its quality to be superior (which is reflected in the metrics).
|
56 |
|
57 |
## Intended uses & limitations
|
58 |
+
Suitable for summarizing dialogue-style text, it may not perform as well with other types of text formats.
|
59 |
|
60 |
```python
|
61 |
from transformers import pipeline
|