damilojohn commited on
Commit
3feef7e
·
verified ·
1 Parent(s): 86df061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
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
+ ```