EOS issues

#1
by dillfrescott - opened

Screenshot_20231125_120919.png

versions 1.0, 1.1, and 1.2 do not do this

@migtissera In tokenizer_config.json you have "eos_token": "</s>", - is this correct?

Yep! That’s how I trained it.

Maybe its a llama.cpp setting of mine causing it?

#!/bin/bash

./main -n -1 -ins -m "$1" --color -c 4096 --multiline-input -t 14 -ngl 48 --log-disable

Thats my boot script

The GPTQ version works well. I had to add EOS and BOS tokens to the tokenizer.

Hmm interesting. What should I set that line to before compiling it? Im bad at this

I think the issue is that its not throwing the EOS token when it should, and just rambling on until forced to stop.

Maybe @wolfram can help here?

Sign up or log in to comment