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
你好,中文不好请见谅。
我想要在实验中将论文中提到的5个pre training model
分别关闭一次,然后测试得到的成绩
我在training.py中的第60行开始将pre training model 註解化,如下 mlm_infos={ """2/22 disable MLM key: value.to(device) for key, value in batch['MLM'].items() """ } if 'MLM' in batch else None,
可是结果并没有变化,请问是哪裡做错了?
The text was updated successfully, but these errors were encountered:
你好,中文不好请见谅。
我想要在实验中将论文中提到的5个pre training model
分别关闭一次,然后测试得到的成绩
我在training.py中的第60行开始将pre training model 註解化,如下
mlm_infos={ """2/22 disable MLM key: value.to(device) for key, value in batch['MLM'].items() """ } if 'MLM' in batch else None,
可是结果并没有变化,请问是哪裡做错了?
The text was updated successfully, but these errors were encountered: