Hert4
Results
3
comments of
Hert4
I'm impressed by InternVL and would like to have a tutorial/documentation on how you combine these models (vision model + MLP + LLMs) together so that they can be more...
You could try to delete ```max_output_tokens``` generation_config in the model if you use that
This problem happened when ```max_output_tokens''' was too small for the response so no need to delete generation_config. That my experience