Files
modelscope/data
zhangzhicheng.zzc fd24a243e6 token classfication model output unified
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
2023-01-10 23:13:29 +08:00
..