english-pert-base
  • 模型资讯
  • 模型资料

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