Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,6 @@ The mT5-multilingual-XLSum model was fine-tuned on the UA-News dataset to genera
|
|
29 |
- **BERTScore**: 0.7573
|
30 |
|
31 |
## Usage
|
32 |
-
- **Pipeline Tag**: Summarization
|
33 |
-
- **How to Use**: The model can be used with the Hugging Face `pipeline` for summarization. Here's an example:
|
34 |
```python
|
35 |
from transformers import pipeline
|
36 |
|
|
|
29 |
- **BERTScore**: 0.7573
|
30 |
|
31 |
## Usage
|
|
|
|
|
32 |
```python
|
33 |
from transformers import pipeline
|
34 |
|