Y
Hacker News
new
|
ask
|
show
|
jobs
by
dostick
10 days ago
Does this support filtering of “umm”,”err”, “ugh”, or that is nit yet possible with open source models?
1 comments
sipjca
10 days ago
Not in the library itself, it’s pure inference. Some models have this trained out of them anyhow. Otherwise this is a post processing task which is not really inference
link
dostick
10 days ago
So it looks like something that app would be doing, or run another model over the output to smoothen out and remove these things?
link
sipjca
10 days ago
Yep, could do simple things like literal regex or all the way up to LLM cleanup, tons of options
link