Add Acknowledgement and Limitations
Browse files
README.md
CHANGED
@@ -22,3 +22,11 @@ outputs = model.generate(
|
|
22 |
early_stopping=True,
|
23 |
num_return_sequences=5
|
24 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
early_stopping=True,
|
23 |
num_return_sequences=5
|
24 |
)
|
25 |
+
|
26 |
+
## Limitations
|
27 |
+
|
28 |
+
Sometimes paraphrase contain date which doesnt exists in the original text :/
|
29 |
+
|
30 |
+
## Acknowledgement
|
31 |
+
|
32 |
+
Thanks to Tensorflow Research Cloud for providing TPU v3-8s.
|