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
我按照文档回滚到指定解决问题的代码。
MASK, gMASK = 130000, 130001
mask_token = MASK if MASK in input_ids else gMASK
use_gmask = False if MASK in input_ids else gMASK
seq = input_ids[0].tolist()
mask_position = seq.index(mask_token)
运行还是报错:ValueError: 130001 is not in list
No description provided.
The text was updated successfully, but these errors were encountered: