Please use 'Bert' related functions to load this model!
示例代码
from modelscope.models import Model
if __name__ == '__main__':
model_id = 'dienstag/english-pert-base'
model = Model.from_pretrained(model_id)
ALL English models are UNCASED (lowercase=True)
Under construction…
Please visit our GitHub repo for more information: https://github.com/ymcui/PERT
评论