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).

Home Page:http://style.cs.umass.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style transfer on french text

opened this issue · comments

Hi,

Would the pytorch model file located in the multilingual folder work for applying the algorithm on french ?

Thank you.

Hi, do you mean for style classification? We have tested style classification on French here - https://github.com/martiansideofthemoon/style-transfer-paraphrase/blob/master/README-multilingual.md

Thanks,I am interested in style paraphrasing on french. Is your program still applicable to this task ?

You will need to re-train the models on French data, and/or use a multilingual initialization like mT5 (https://huggingface.co/docs/transformers/model_doc/mt5).