You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi LightSeq team,
I get output scores for each output token of HuggingFace BART model by: model.generate(input_ids, output_scores=True)
Can you help me to do the same with LightSeq BART model?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi LightSeq team,
I get output scores for each output token of HuggingFace BART model by:
model.generate(input_ids, output_scores=True)
Can you help me to do the same with LightSeq BART model?
Thanks a lot.
The text was updated successfully, but these errors were encountered: