Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
增加Efficient GlobalPointer描述
  • Loading branch information
xiangking authored Feb 11, 2022
1 parent f67589a commit 165d35c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ pip install --upgrade ark-nlp
| [Biaffine BERT](https://github.com/xiangking/ark-nlp/blob/main/test/biaffine_bert.ipynb) | |
| [Span BERT](https://github.com/xiangking/ark-nlp/blob/main/test/span_bert.ipynb) | |
| [Global Pointer BERT](https://github.com/xiangking/ark-nlp/blob/main/test/gobalpoint_bert.ipynb) | [GlobalPointer:用统一的方式处理嵌套和非嵌套NER](https://www.kexue.fm/archives/8373) |
| [Efficient Global Pointer BERT](https://github.com/xiangking/ark-nlp/blob/main/ark_nlp/model/ner/global_pointer_bert/global_pointer_bert.py) | [Efficient GlobalPointer:少点参数,多点效果](https://spaces.ac.cn/archives/8877) |

### 关系抽取 (Relation Extraction)

Expand Down

0 comments on commit 165d35c

Please sign in to comment.