Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ pipeline_tag: summarization
|
|
| 29 |
|
| 30 |
# Model Details
|
| 31 |
|
| 32 |
-
This variant of the [facebook/bart-base](https://huggingface.co/facebook/bart-base) model, is fine-tuned specifically for the task of text summarization. This model aims to generate concise, coherent, and informative summaries from extensive text documents, leveraging the power of the
|
| 33 |
|
| 34 |
# Usage
|
| 35 |
|
|
|
|
| 29 |
|
| 30 |
# Model Details
|
| 31 |
|
| 32 |
+
This variant of the [facebook/bart-base](https://huggingface.co/facebook/bart-base) model, is fine-tuned specifically for the task of text summarization. This model aims to generate concise, coherent, and informative summaries from extensive text documents, leveraging the power of the BART bidirectional (BERT-like) encoder and an autoregressive (GPT-like) decoder approach.
|
| 33 |
|
| 34 |
# Usage
|
| 35 |
|