Loïck commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,13 @@ datasets:
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Description
|
| 12 |
-
Google's [flan-t5-base](https://huggingface.co/google/flan-t5-base) model finetuned on [frenchPARAPHRASE]([hf.co/CATIE-AQ/frenchSUM](https://huggingface.co/datasets/CATIE-AQ/frenchPARAPHRASE)) dataset to generate paraphrases for French texts.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Usage
|
| 16 |
```
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Description
|
| 12 |
+
Google's [flan-t5-base](https://huggingface.co/google/flan-t5-base) model finetuned on [frenchPARAPHRASE]([hf.co/CATIE-AQ/frenchSUM](https://huggingface.co/datasets/CATIE-AQ/frenchPARAPHRASE)) dataset to generate paraphrases for French texts.
|
| 13 |
|
| 14 |
+
Scores on the test split of frenchPARAPHRASE:
|
| 15 |
+
| Model | ROUGE-Lsum | ROUGE-L | ROUGE-2 | ROUGE-1 | ParaScore |
|
| 16 |
+
| :--- | :---: | :---: | :---: | :---: | :---: |
|
| 17 |
+
| [CATIE-AQ/french_paraphrase_flan-t5-base](https://huggingface.co/CATIE-AQ/french_paraphrase_flan-t5-base) | 0.5772 | 0.5771 | 0.4423 | 0.6069 | 0.7561 |
|
| 18 |
+
| [CATIE-AQ/french_paraphrase_flan-t5-large](https://huggingface.co/CATIE-AQ/french_paraphrase_flan-t5-large) | 0.5887 | 0.5887 | 0.4752 | 0.6160 | 0.7590 |
|
| 19 |
|
| 20 |
## Usage
|
| 21 |
```
|