damilojohn
commited on
Commit
·
9b549a8
1
Parent(s):
9952c02
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
This model receives scrambled or incoherent sentences as input and returns a meaningful sentence using the same words in the input . A form of grammar correction if you may .
|
5 |
+
It was trained on a dataset of permutated sentences derived from wikipedia pages as input with the correct arrangement of words as labels .
|
6 |
+
It is an encoder-decoder model that uses BERT's weight in both it's encoder and decoder .
|