6 results found Sort:

KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
Created 2019-11-01
93 commits to master branch, last one 7 months ago
107
462
unknown
5
A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
Created 2020-11-13
59 commits to main branch, last one 3 years ago
基于Tensorflow2.3开发的NER模型,都是CRF范式,包含Bilstm(IDCNN)-CRF、Bert-Bilstm(IDCNN)-CRF、Bert-CRF,可微调预训练模型,可对抗学习,用于命名实体识别,配置后可直接运行。
Created 2020-01-10
174 commits to master branch, last one 8 months ago
40
195
unknown
1
A PyTorch implementation of a BiLSTM \ BERT \ Roberta (+ BiLSTM + CRF) model for Chinese Word Segmentation (中文分词) .
Created 2021-03-25
41 commits to main branch, last one about a year ago
Add CRF or LSTM+CRF for huggingface transformers bert to perform better on NER task. It is very simple to use and very convenient to customize
Created 2021-10-19
4 commits to main branch, last one 2 years ago
利用传统方法(N-gram,HMM等)、神经网络方法(CNN,LSTM等)和预训练方法(Bert等)的中文分词任务实现【The word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre tr...
Created 2022-04-05
4 commits to master branch, last one 2 years ago