filco306 commited on
Commit
55baaeb
1 Parent(s): 6f5d0b5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GPT2 Tweet style transfer paraphraser
2
+
3
+ This is the trained Tweet-model from the paper [Reformulating Unsupervised Style Transfer as Paraphrase Generation](https://arxiv.org/abs/2010.05700) by Krishna K. et al. Note that I (the uploader) am not the author of the paper. Permission to upload to Huggingface was given by the main author.
4
+
5
+
6
+ ## Citation
7
+
8
+ If you found this model useful, please cite the original work:
9
+
10
+ ```
11
+ @inproceedings{style20,
12
+ author={Kalpesh Krishna and John Wieting and Mohit Iyyer},
13
+ Booktitle = {Empirical Methods in Natural Language Processing},
14
+ Year = "2020",
15
+ Title={Reformulating Unsupervised Style Transfer as Paraphrase Generation},
16
+ }
17
+ ```