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

'data_dir' in training_args.bin

mrzhang11 opened this issue · comments

Dear authors,

thanks for your contributions and the work is really interesting. When I checked the training_args.bin, there exists several arguments that are personal directories such as data_dir, output_dir,roberta_pretrained...
Snipaste_2020-11-02_11-49-24

It will introduce some exceptions when running demo_paraphrase.py:
image

What's more, there should be some files under the data_dir but they were not uploaded. Could you solve this issue later?

Thanks!

Thanks for reaching out! This is a bug introduced in my recent commits, I'm pushing a fix soon.

Thank you for the quick reply!