xiangking / ark-nlp

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

回滚之前的提交和修改crf和biffine ner loss的bug #63

Closed xiangking closed 2 years ago

xiangking commented 2 years ago

PR types

Revert

PR changes

回滚之前的提交和修改crf和biffine ner loss的bug

Description

  1. 回滚对于tokenizer无法处理英文UNK在原始文本中的index的问题的处理
  2. 修复crf和biaffine ner task label需要long()的问题