Vicent Ahuir Esteve
commited on
Commit
·
e596e23
1
Parent(s):
fa270cb
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ widget:
|
|
9 |
---
|
10 |
# mBART (large-cc25 model), fine-tuned on the *Dataset for Automatic summarization of Catalan and Spanish newspaper Articles (DACSA)* dataset for Spanish
|
11 |
|
12 |
-
The mBART model was presented in [Multilingual Denoising Pre-training for Neural Machine Translation](https://arxiv.org/abs/2001.08210) by Yinhan Liu, Jiatao Gu, Naman Goyal, Xian Li, Sergey Edunov Marjan Ghazvininejad, Mike Lewis, Luke Zettlemoyer. The large-cc25 version of the mBART model is pre-trained
|
13 |
|
14 |
# Model description
|
15 |
|
@@ -60,7 +60,7 @@ genere una experiencia intimista y muy real.
|
|
60 |
"""
|
61 |
|
62 |
print(summarizer(ARTICLE))
|
63 |
-
>>>[{'summary_text': "
|
64 |
```
|
65 |
|
66 |
### BibTeX entry
|
|
|
9 |
---
|
10 |
# mBART (large-cc25 model), fine-tuned on the *Dataset for Automatic summarization of Catalan and Spanish newspaper Articles (DACSA)* dataset for Spanish
|
11 |
|
12 |
+
The mBART model was presented in [Multilingual Denoising Pre-training for Neural Machine Translation](https://arxiv.org/abs/2001.08210) by Yinhan Liu, Jiatao Gu, Naman Goyal, Xian Li, Sergey Edunov Marjan Ghazvininejad, Mike Lewis, Luke Zettlemoyer. The large-cc25 version of the mBART model is pre-trained in 25 languages, including English, Spanish, Italian, and other ones.
|
13 |
|
14 |
# Model description
|
15 |
|
|
|
60 |
"""
|
61 |
|
62 |
print(summarizer(ARTICLE))
|
63 |
+
>>>[{'summary_text': "La pieza No es amor, dirigida por Lara Misó, forma parte de la programación de esta edición del Festival Dansa València."}]
|
64 |
```
|
65 |
|
66 |
### BibTeX entry
|