Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
News articles teacher-student abstractive summarizer model fine-tuned from BART-large and which used `StableBeluga-7B` as teacher.
|
2 |
|
3 |
DataSet consists of 295,174 news articles scrapped from a Mexican Newspaper, along with its summary. For simplicity, the Spanish news articles were translated to English using `Helsinki-NLP/opus-mt-es-en` NLP model.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: summarization
|
5 |
+
---
|
6 |
News articles teacher-student abstractive summarizer model fine-tuned from BART-large and which used `StableBeluga-7B` as teacher.
|
7 |
|
8 |
DataSet consists of 295,174 news articles scrapped from a Mexican Newspaper, along with its summary. For simplicity, the Spanish news articles were translated to English using `Helsinki-NLP/opus-mt-es-en` NLP model.
|