You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it means, it generates text without specifying prompting Example:
with prompt =' I enjoy' python run_generation.py --model_type gpt2 --model_name_or_path output --length 300 --prompt "I enjoy" output: I enjoy walking with my cute dog, but I'm not sure if I'll ever be able to walk with him again.
without prompt python run_generation.py --model_type gpt2 --model_name_or_path output --length 300 output: randomly generating text
I enjoy walking with my cute dog, but I'm not sure if I'll ever be able to walk with him again.
I'm not sure if I'll ever be able to walk with him again. I'm not sure if I'll
I've been thinking about this for a while now, and I think it's time for me to take a break
how to randomly GPT-2 text generate(not prompt) by run_generation.py?
The text was updated successfully, but these errors were encountered: