This is not a prompt.
It is a meta-tool that lets any language model listen to itself until silence speaks.
1pip install transformers torch
2git clone https://huggingface.co/PratikGautam/silence-tuner
3cd silence-tuner
4python silence_tuner.py \
5 --model microsoft/DialoGPT-medium \
6 --prompt "Describe the sound of one hand clapping." \
7 --depth 5