Utente
commited on
Commit
·
84bd6e1
1
Parent(s):
64a6538
README modified
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
language: it
|
| 3 |
-
datasets:
|
|
|
|
|
|
|
| 4 |
license: cc-by-nc-sa-4.0
|
| 5 |
tags:
|
| 6 |
- mt5
|
|
@@ -9,9 +11,9 @@ tags:
|
|
| 9 |
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# MT5-base fine-tuned on Tapaco
|
| 13 |
|
| 14 |
-
MT5-base Italian paraphraser fine-tuned on [TaPaCo](https://huggingface.co/datasets/tapaco)
|
| 15 |
|
| 16 |
## Details of MT5
|
| 17 |
|
|
@@ -59,14 +61,14 @@ def get_paraphrased_sentences(model, tokenizer, sentence, num_return_sequences=5
|
|
| 59 |
## Output
|
| 60 |
```
|
| 61 |
Original Question ::
|
| 62 |
-
"
|
| 63 |
|
| 64 |
Paraphrased Questions ::
|
| 65 |
-
'
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
```
|
| 71 |
|
| 72 |
## Contribution
|
|
@@ -81,4 +83,4 @@ This work is licensed under a
|
|
| 81 |
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
| 82 |
|
| 83 |
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 84 |
-
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
|
|
|
| 1 |
---
|
| 2 |
language: it
|
| 3 |
+
datasets:
|
| 4 |
+
- tapaco
|
| 5 |
+
- stsb_multi_mt
|
| 6 |
license: cc-by-nc-sa-4.0
|
| 7 |
tags:
|
| 8 |
- mt5
|
|
|
|
| 11 |
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# MT5-base fine-tuned on Tapaco and STS Benchmark datasets for Paraphrasing
|
| 15 |
|
| 16 |
+
MT5-base Italian paraphraser fine-tuned on [TaPaCo](https://huggingface.co/datasets/tapaco) and [STS Benchmark](https://huggingface.co/datasets/stsb_multi_mt) datasets
|
| 17 |
|
| 18 |
## Details of MT5
|
| 19 |
|
|
|
|
| 61 |
## Output
|
| 62 |
```
|
| 63 |
Original Question ::
|
| 64 |
+
"Due amici si incontrano al bar per discutere del modo migliore di generare parafrasi."
|
| 65 |
|
| 66 |
Paraphrased Questions ::
|
| 67 |
+
'Due amici stanno discutendo del modo migliore per generare parafrasi.',
|
| 68 |
+
'Due amici si incontrano a un bar per discutere del modo migliore per generare parafrasi.',
|
| 69 |
+
'Due amici si incontrano al bar per parlare del modo migliore per generare parafrasi.',
|
| 70 |
+
'Due amici sono seduti al bar per discutere del modo migliore per generare parafrasi.',
|
| 71 |
+
'Due amici si incontrano in un bar per discutere del modo migliore per generare parafrasi.'
|
| 72 |
```
|
| 73 |
|
| 74 |
## Contribution
|
|
|
|
| 83 |
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
| 84 |
|
| 85 |
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
| 86 |
+
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|