OpenPrompt icon indicating copy to clipboard operation
OpenPrompt copied to clipboard

Question about 2.1 conditional generation

Open yanamt opened this issue 3 years ago • 0 comments

This tutorial uses the webnlg dataset and the preprocessor is for webnlg. However, looking at the preprocessor code(conditional_generation_dataset.py), the e2e and bart preprocessors are also implemented. Could you provide these two implementations?

PROCESSORS = { "webnlg_2017": WebNLGProcessor, "webnlg": WebNLGProcessor, # "e2e": E2eProcessor, # "dart" : DartProcessor, }

yanamt avatar Jul 25 '22 00:07 yanamt