xiangking / ark-nlp

A private nlp coding package, which quickly implements the SOTA solutions.
Apache License 2.0
310 stars 65 forks source link

新增prompt模型和ernie ctm模型 #68

Closed xiangking closed 2 years ago

xiangking commented 2 years ago

PR types

Feature

PR changes

新增prompt模型和ernie ctm模型

Description

  1. 新增prompt bert模型以及相关test例子
  2. 新增ernie ctm模型,以及使用ernie ctm nptag模型进行prompt任务的例子
  3. 相关文档更新
  4. 日常bug修复