JoeyOhman commited on
Commit
fe4791d
1 Parent(s): 764085d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: README
3
+ emoji: 😻
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: gradio
7
+ pinned: false
8
+ ---
9
+
10
+ This is the GPT2-Large-initialized prompt model used in the paper Fine-Grained Controllable Text Generation Using Non-Residual Prompting. It is loaded automatically in the GitHub repository below, if you want to try it out!
11
+
12
+ Paper: https://aclanthology.org/2022.acl-long.471
13
+
14
+ Official GitHub: https://github.com/FreddeFrallan/Non-Residual-Prompting