RoBERTa + BiLSTM + CRF for Chinese NER Task
☆35Jul 5, 2021Updated 4 years ago
Alternatives and similar repositories for pytorch-NER
Users that are interested in pytorch-NER are comparing it to the libraries listed below
Sorting:
- bert实现中文关系抽取☆17Jun 12, 2023Updated 2 years ago
- Effective Cascade Dual-Decoder Model for Joint Entity and Relation Extraction.☆18Jan 12, 2022Updated 4 years ago
- 本项目采用PyTorch和transformers模块实现英语序列标注,其中对BERT进行微调。☆19Feb 1, 2021Updated 5 years ago
- 基于bert4keras开放领域的关系抽取☆21Jun 9, 2022Updated 3 years ago
- Named Entity Recognition for Chinese Drug Instructions☆16Jun 9, 2021Updated 4 years ago
- 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测