基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
☆428Dec 10, 2024Updated last year
Alternatives and similar repositories for entity_extractor_by_ner
Users that are interested in entity_extractor_by_ner are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行☆133May 29, 2024Updated 2 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆177Nov 28, 2024Updated last year
- 中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。☆292Dec 8, 2019Updated 6 years ago
- 百度UIE抽取模型torch版训练预测框架☆12Nov 20, 2024Updated last year
- 常用的一些用于图像分类的模型demo。☆10Nov 22, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于Pytorch的命名实体识别框架,支持LSTM+CRF、Bert+CRF、RoBerta+CRF等框架☆90Apr 23, 2023Updated 3 years ago
- 一个使用tensorflow2.3开发的基于Bert的意图识别的自然语言理解任务Demo☆27May 11, 2024Updated 2 years ago
- 中文NER的那些事儿☆319Sep 18, 2023Updated 2 years ago
- 基于pytorch的bert_bilstm_crf中文命名实体识别☆587May 15, 2023Updated 3 years ago
- ChineseNER based on BERT, with BiLSTM+CRF layer☆457Jun 18, 2021Updated 5 years ago
- Chinese NER using BiLSTM/BERT + CRF☆63Jun 25, 2021Updated 5 years ago
- bert-bilstm-crf implemented in pytorch for named entity recognition.☆281May 22, 2021Updated 5 years ago
- Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services☆4,906Feb 24, 2021Updated 5 years ago
- Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)☆2,235Mar 11, 2023Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Pytorch BERT-BiLSTM-CRF For NER☆426Mar 20, 2020Updated 6 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆148Apr 17, 2020Updated 6 years ago
- 中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)