Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Simple model for Paraphrase Generation
|
2 |
|
3 |
## Model description
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- paraphrase-generation
|
5 |
+
- text-generation
|
6 |
+
- Conditional Generation
|
7 |
+
inference: false
|
8 |
+
---
|
9 |
+
|
10 |
# Simple model for Paraphrase Generation
|
11 |
|
12 |
## Model description
|