jsonformer
jsonformer copied to clipboard
Need to support Generation Config for model generation parameters
I encounter this error when I try to the run the latest version of JSONFormer. It looks like there is no support for Generation Configs yet.
You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
Can you please add this support ?