from modelscope.models import Model
if __name__ == '__main__':
model_id = 'dienstag/english-pert-base'
model = Model.from_pretrained(model_id)
Under construction…
Please visit our GitHub repo for more information: https://github.com/ymcui/PERT