end-token-A-qwen3b-v5
One arm of a study on teaching a language model to notice when its own
conversation has collapsed into repetition, emit a special <end> token, and
change the subject.
Version 5. Escapes must name a real topic, which worked (real topics 45-68% of the time), but generation broke: 11-22% of turns come back empty.
Two things that will silently break this. <end> is a special token (id
151665), so decode with skip_special_tokens=False or the model fires and you
see nothing. And feed it about 5 turns: it was trained on 5-turn windows, and a
16-turn window dropped firing to 0 of 17 conversations in our tests.
Built at the Center for Humans and Machines, Max Planck Institute for Human
Development.