Something is wrong

#24
by kashish4u - opened

There is unquestionably a problem with this model.
It began to think incoherently, offering a mixture of Chinese, Japanese, and English.
Out of all the models I have tested, this one is the worst.

Because it is a QAT and not a native BitNet. It will be worse, try models smaller at classic FP quantizations

Because it is a QAT and not a native BitNet. It will be worse, try models smaller at classic FP quantizations

Follow DeepGrove (or similar, dont remember) - their Maple Model is trained from scratch with tenary weights. But its a preview right now, not too good at all, but I`m hoping there will be more models in the future like this. Quantize them to hell is a nice try, but as you say, the price is high.

Because it is a QAT and not a native BitNet. It will be worse, try models smaller at classic FP quantizations

Follow DeepGrove (or similar, dont remember) - their Maple Model is trained from scratch with tenary weights. But its a preview right now, not too good at all, but I`m hoping there will be more models in the future like this. Quantize them to hell is a nice try, but as you say, the price is high.

Spot on, Training from scratch will make the model more accurate.

For russian case helps a lot with changing to
--temp 0.65 ^
--top-p 0.9 ^
--top-k 40 ^
--min-p 0.05 ^
--repeat-penalty 1.05 ^

I think high temperature breaks multi-language.

Sign up or log in to comment