Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,19 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
-
`cyT5-small` is a light-weight (alpha-version) Welsh T5 model extracted from the `google/mt5-small` model and fine-tuned only on the [Welsh summarization dataset](https://huggingface.co/datasets/ignatius/welsh_summarization)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
Further developments are ongoing and will update will be shared soon.
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
`cyT5-small` is a light-weight (alpha-version) Welsh T5 model extracted from the `google/mt5-small` model and fine-tuned only on the [Welsh summarization dataset](https://huggingface.co/datasets/ignatius/welsh_summarization).
|
5 |
+
|
6 |
+
|
7 |
+
**Citation:**
|
8 |
+
[Introducing the Welsh Text Summarisation Dataset and Baseline Systems](https://arxiv.org/abs/2205.02545).
|
9 |
+
|
10 |
+
```
|
11 |
+
@article{ezeani2022introducing,
|
12 |
+
title={Introducing the Welsh text summarisation dataset and baseline systems},
|
13 |
+
author={Ezeani, Ignatius and El-Haj, Mahmoud and Morris, Jonathan and Knight, Dawn},
|
14 |
+
journal={arXiv preprint arXiv:2205.02545},
|
15 |
+
year={2022}
|
16 |
+
}
|
17 |
+
```
|
18 |
|
19 |
Further developments are ongoing and will update will be shared soon.
|