Update README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- summarization
|
4 |
+
|
5 |
+
language:
|
6 |
+
- fr
|
7 |
+
|
8 |
+
### Barthez model finetuned on orangeSum (title generation)
|
9 |
+
|
10 |
+
finetuning: examples/seq2seq/ (as of Nov 06, 2020)
|
11 |
+
|
12 |
+
Metrics: ROUGE-2 > 23
|
13 |
+
|
14 |
+
paper: https://arxiv.org/abs/2010.12321
|
15 |
+
|
16 |
+
```
|
17 |
+
@article{eddine2020barthez,
|
18 |
+
title={BARThez: a Skilled Pretrained French Sequence-to-Sequence Model},
|
19 |
+
author={Eddine, Moussa Kamal and Tixier, Antoine J-P and Vazirgiannis, Michalis},
|
20 |
+
journal={arXiv preprint arXiv:2010.12321},
|
21 |
+
year={2020}
|
22 |
+
}
|
23 |
+
```
|