Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- t5
|
5 |
+
- paraphrasing
|
6 |
+
- paraphrase
|
7 |
+
license: "Apache License 2.0"
|
8 |
+
---
|
9 |
+
|
10 |
+
# T5-base Parapharasing model fine-tuned on PAWS, MSRP, and Opinosis
|
11 |
+
|
12 |
+
More details in [ceshine/finetuning-t5 Github repo](https://github.com/ceshine/finetuning-t5/tree/master/paraphrase)
|