File size: 317 Bytes
5fa1a76 |
1 2 3 4 5 6 7 8 9 10 11 12 |
Summary: """ sequences = pipe( prompt, max_new_tokens=30, do_sample=True, top_k=10, return_full_text = False, ) for seq in sequences: print(f"{seq['generated_text']}") Permaculture is an ecological design mimicking natural ecosystems to meet basic needs and prepare for climate change. |