Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,15 @@ datasets:
|
|
4 |
- damilojohn/Text-Descrambling
|
5 |
language:
|
6 |
- en
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- damilojohn/Text-Descrambling
|
5 |
language:
|
6 |
- en
|
7 |
+
pipeline_tag: text2text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
GPT2-medium finetuned on the task of descrambling sentences, for example:
|
11 |
+
input:
|
12 |
+
```
|
13 |
+
The equations expensive. show is optimization computationally that
|
14 |
+
```
|
15 |
+
output:
|
16 |
+
```
|
17 |
+
The equations show that optimization is computationally expensive.
|
18 |
+
```
|