filco306 commited on
Commit
4ae027c
1 Parent(s): 4a15ff5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GPT2 base style transfer paraphraser
2
+
3
+ This is the trained 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
+ If you found this model useful, please cite the original work:
8
+
9
+ @inproceedings{style20,
10
+ author={Kalpesh Krishna and John Wieting and Mohit Iyyer},
11
+ Booktitle = {Empirical Methods in Natural Language Processing},
12
+ Year = "2020",
13
+ Title={Reformulating Unsupervised Style Transfer as Paraphrase Generation},
14
+ }