File size: 363 Bytes
d31b268 86df061 0bec2e9 3feef7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
datasets:
- damilojohn/Text-Descrambling
language:
- en
license: apache-2.0
pipeline_tag: text2text-generation
---
GPT2-medium finetuned on the task of descrambling sentences, for example:
input:
```
The equations expensive. show is optimization computationally that
```
output:
```
The equations show that optimization is computationally expensive.
``` |