Date:""" sequences = pipe( prompt, max_new_tokens=8, do_sample=True, top_k=10, ) for seq in sequences: print(f"Result: {seq['generated_text']}") Result: Text: The first human went into space and orbited the Earth on April 12, 1961.