v0.9.2 - arbitrary token log-prob aggregation
Breaking changes
None
New features
- The
agg_log_probs
function appliesfunc
instead ofnp.exp ∘ func
. So if you want average token log-probabilities, setfunc=np.mean
Bug fixes
None
None
agg_log_probs
function applies func
instead of np.exp ∘ func
. So if you want average token log-probabilities, set func=np.mean
None