mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-24 12:09:22 +01:00
Before this commit, different token classification models return the logits with various format, such as logits with speical token, with out speical token or predicts squeezed ignored of mask label. After the commit, all of the results return the logits or predicts with respect of mask label. Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11370609