#189 · Primary category: NLP Tools & Text Processing

pytorch-bert-crf-ner

attention-visualization bert bert-bigru-crf bert-bilstm-crf bert-crf crf huggingface kobert kobert-crf korean korean-nlp named-entity-recognition natural-language-processing ner nlp pytorch pytorch-implementation

KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)

Project last updated:02/11/24

GitHub Stars

508

Forks

109

Contributors

9

License

Apache-2.0

Why we included this project

Extracting named entities from Korean text is the use case this repository targets. It builds on KoBERT and adds a CRF layer so the model outputs a consistent sequence of entity tags instead of independent guesses per token. The included notebooks run the tagger on real sentences, which makes the training and inference flow easy to follow if you want to adapt it to your own labels. It reads as a well-organized reference implementation rather than a supported production service, so expect to treat it as a starting point for your own pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category