martiansideofthemoon / style-transfer-paraphrase

Official code and data repository for our EMNLP 2020 long paper "Reformulating Unsupervised Style Transfer as Paraphrase Generation" (https://arxiv.org/abs/2010.05700).
http://style.cs.umass.edu
MIT License
230 stars 45 forks source link

HuggingFace Outputs #37

Open erfan226 opened 3 years ago

erfan226 commented 3 years ago

Hello, Thanks for sharing your awesome research and codes. Would you mind sharing some details on how to use the huggingFace models? I'm using generate API on some examples but the results I'm getting are not very promising. I've also used a two-step pipeline (base paraphrase -> style-specific transfer) but the output of the second step was the exact copy of the base paraphrase model. Also, any thoughts on fine-tuning this model for another language? I appreciate any feedback.

martiansideofthemoon commented 2 years ago

Hi @erfan226, Could you share your generate API snippet?

Also, I suggest looking at this --- https://github.com/GEM-benchmark/NL-Augmenter/issues/298