generating-text-small-corpus icon indicating copy to clipboard operation
generating-text-small-corpus copied to clipboard

Generating style-specific text from a small corpus of 2.5k sentences using a pre-trained language model. Code in PyTorch

Results 1 generating-text-small-corpus issues
Sort by recently updated
recently updated
newest added

I have an error in this part of code: `data_lm = TextLMDataBunch.from_df('data', train_df, valid_df, text_cols='idea')` Any ideas on this error message? --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in ---->...