Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AIdventure

Text adventure game with an AI. No rules, no censorship, the only limit is your imagination, not someone else's. · By Lyaaaaaaaaaaaaaaa

The "Remove unfinished sentences" option does not work

A topic by Swimwear7679 created Jan 04, 2024 Views: 188 Replies: 3
Viewing posts 1 to 2

Describe the bug

The generated text ends with partial sentences even with the "Remove unfinished sentences" option checked.

To Reproduce

  1. Check the "Remove unfinished sentences" option
  2. Start a new scenario using the "gpt2-large" model
  3. Input any prompt

The generated text ends with a partial sentence.

Expected behavior

The generated text does not end with a partial sentence.

Screenshots


Desktop (please complete the following information):

 - OS: Windows 11

Additional context

The AI does not use all the allotted time to generate the text. It only takes about 10-20 seconds but I still get partial sentences and really short output.

Developer

Hello, it’s behaving like I coded it. It’s removing content until it finds a ‘,’ or ‘”’ or any punctuation. The problem here is mostly the option’s name.

For the allotted time, it’s a max time. If you reach the limit specified in Generation’s max length it will stop the generation and print it. If you want longer output, make sure to increase the max length too :).

I see. Would it be possible to change this option to truly remove unfinished sentences? I think this would be much more helpful. As is, I need to manually edit the responses to remove the unfinished sentence fragments before verifying.

Deleted 1 year ago
Developer(+1)

I actually like it that way. So maybe it would be best to have two different options (one that deletes everything and one less extreme :)).