relik icon indicating copy to clipboard operation
relik copied to clipboard

<RelikOutput>.to_dict() unreliable performance

Open aimgo opened this issue 1 year ago • 2 comments

Calling to_dict() on RelikOutput objects created by the NYT Large model results in:

Document' object is not iterable

aimgo avatar Dec 05 '24 19:12 aimgo

Same issue.

dritlopes avatar Feb 03 '25 12:02 dritlopes

Seems fixed by adding window_size="none" to Relik.from_pretrained().

dritlopes avatar Feb 10 '25 12:02 dritlopes