Hi!
Thanks for the code.
I'm currently trying to run this project, and I noticed something in the utils.py file (lines 2900 and 3031).
If the "internal_attn_scores" parameter is set to True by default, it seems that the Lookback-Lens ratio calculation is skipped—is that correct? I couldn't find any mention of this parameter or changes to its default behavior in the README.md. Could you clarify how this is intended to be configured?
Should I set "internal_attn_scores" as False to use the lookback-lens ratio during generation?
Thanks, best.
Hi!
Thanks for the code.
I'm currently trying to run this project, and I noticed something in the utils.py file (lines 2900 and 3031).
If the "internal_attn_scores" parameter is set to True by default, it seems that the Lookback-Lens ratio calculation is skipped—is that correct? I couldn't find any mention of this parameter or changes to its default behavior in the README.md. Could you clarify how this is intended to be configured?
Should I set "internal_attn_scores" as False to use the lookback-lens ratio during generation?
Thanks, best.