I am using GPT-Neo model from transformers to generate text. Because the prompt I use starts with '{', so I would like to stop the sentence once the paring '}'
I am currently generating text from left context using the example script run_generation.py of the huggingface transformers library with gpt-2: $ python transf
I am just using the huggingface transformer library and get the following message when running run_lm_finetuning.py: AttributeError: 'GPT2TokenizerFast' object