Vicent Ahuir Esteve commited on
Commit
e596e23
1 Parent(s): fa270cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 on 25 languages, including English, Spanish, Italian, and other ones.
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': "A través de técnicas de 'deep learning' y procesamiento del lenguaje natural es capaz de interpretar la ironía y las emociones en los textos."}]
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