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

label/dict.txt for CDS classifier #5

Closed mrzhang11 closed 3 years ago

mrzhang11 commented 4 years ago

Hi, could you provide the CDS-data-bin/label/dict.txt that you used during fine-tuning to map label_ids and labels? It will be much helpful for running the pre-trained CDS classifier.

Thanks very much!

martiansideofthemoon commented 3 years ago

Hey sure, sorry for the omission and the delay with all this. Just added the classifier training data as cds-bin here: https://drive.google.com/drive/folders/1Y54r47VSXP0Bo1h2cHhTMOLCH-YsP112?usp=sharing

The specific label dict file is cds-bin/label/dict.txt. I've also added a copy to the cds_classifier directory for consistency.