COCON_ICLR2021 icon indicating copy to clipboard operation
COCON_ICLR2021 copied to clipboard

Pytorch implementation of CoCon: A Self-Supervised Approach for Controlled Text Generation

Results 6 COCON_ICLR2021 issues
Sort by recently updated
recently updated
newest added

Really great paper and thanks for open-sourcing the code! Whether this work can be transferred to other languages, such as Chinese?

We meet a problem like this: Traceback (most recent call last): File "traininfer_cocon.py", line 2980, in main() File "traininfer_cocon.py", line 2783, in main global_step, tr_loss = train_cocon(args, train_dataset, model, tokenizer,...

First of all, thank you for your work and code. For the part of using classifier evaluation to generate text categories, you pointed out in the appendix that you used“...

I meet on this problem: from .modeling_tf_utils import TFPreTrainedModel, get_initializer, keras_serializable, shape_list ImportError: cannot import name 'keras_serializable' The version of huggingface/transformers in my env is 2.10.0.

Hi. I'm sorry to bother you right now. I am a student now, and I am using cocon, but I met some difficulties in the training process. When I trained...

There are many versions of BLEU-4 scripts yielding different results for the same input. Unfortunately, I could not pin down the right script to calculate the BLEU-4 score in this...