Why am I not getting a correct response, your help will be highly appreciated
Hi,
You need to increase the max_length
argument, which determines the number of tokens to generate. This argument is actually deprecated and now called max_new_tokens
.