sarakolding rdkm89 commited on
Commit
48ab84a
1 Parent(s): 128ddd7

adding basic model card (#1)

Browse files

- adding basic model card (a91447c99976f1f6eb6e245efad5e2f954f0bcd1)


Co-authored-by: Ross Kristensen-McLachlan <rdkm89@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  pipeline_tag: summarization
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  pipeline_tag: summarization
3
+ license: apache-2.0
4
+ language:
5
+ - da
6
+ ---
7
+
8
+ # mT5-base fine-tuned for News article Summarisation ✏️🧾
9
+
10
+ [Google's mT5](https://aclanthology.org/2021.naacl-main.41/) for **summarisation** downstream task.
11
+
12
+ # Model summary
13
+ This repository contains a model for Danish abstractive summarisation of news articles. The summariser is based on a language-specific mT5-base.
14
+
15
+ The model is fine-tuned using an abstractive subset of the DaNewsroom dataset (Varab & Schluter, 2020), according to the binned density categories employed in Newsroom (Grusky et al., 2019).
16
+
17
+ # References
18
+ Grusky, M., Naaman, M., & Artzi, Y. (2018). Newsroom: A Dataset of 1.3 Million Summaries with Diverse Extractive Strategies. ArXiv:1804.11283 [Cs]. http://arxiv.org/abs/1804.11283
19
+
20
+ Varab, D., & Schluter, N. (2020). DaNewsroom: A Large-scale Danish Summarisation Dataset. Proceedings of the 12th Language Resources and Evaluation Conference, 6731–6739. https://aclanthology.org/2020.lrec-1.831