Model hallucinations/Artifacts Issue

#53
by sandhu447 - opened

Sometimes Model hallucinate produces artifacts bettween chunks it his problem fixed in t3_mtl23ls_v3.safetensors or not ??

Artifacts at chunk joins are usually a stitching problem rather than a weights problem, so a new checkpoint may not move them. Splitting on punctuation instead of token count helps, because the model resets its intonation contour at every boundary you hand it, and a short crossfade over the join hides most of what is left.

Sign up or log in to comment