Rambles off into nonsense

#2
by lothinx - opened

Set this up as described. I was previously using Qwen 3.8 Dark Scarlett, and decided to try this - so my prompts are already set up to work with Qwen. But with this one, I got a couple of paragraphs of good narrative fiction, then it gave me a paragraph of utter total nonsense, where it was basically just giving rambling filler text including bits of lorum ipsum, et ceteras, and even a "and forever amen" at the end of the rambling on an NSFW scene. Exact same settings took back to Dark Scarlett, and it's clear that it's this model that's the issue as Dark Scarlett doesn't do that with the same context, same settings, etc.

LessThanThree AI org

Thanks for reporting this, especially for checking the same context and settings against Dark Scarlett. The output you describe isn't what I'd expect, and I'd like to reproduce it.

Could you share:

  • The exact model repo and checkpoint/quantization filename.
  • Your frontend and backend (vLLM, L.cpp?), including the backend version.
  • Your settings export or screenshot, plus the chat/instruct template.
  • Whether thinking was explicitly disabled, and how you disabled it.

Were you using the following settings, or did anything differ?

  API: Text Completion
  Backend: llama.cpp
  Context: 32768
  Response length: 512
  Temperature: 0.7
  Top P: 0.8
  Top K: 20
  Presence penalty: 1.5
  Repetition penalty: 1.0
  DRY: disabled
  Smoothing: disabled
  Manual stop strings: unset

If you're using llama.cpp, did your launch command include this?

  --chat-template-kwargs '{"enable_thinking":false}'

If you're comfortable sharing a short prompt and output excerpt that reproduces the issue, that would help too. Please remove anything private.

I'm asking for these details to reproduce your setup, not assuming you've configured anything incorrectly or that changing settings will fix it.

LessThanThree AI org

Closed because we were unable to reproduce this behaviour and no further details were added by OP

kvyb changed discussion status to closed

Sign up or log in to comment