Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] NER Tagger based on BERT + CRF (for Korean)

Hi all,

I did a toy project for Korean NER tagger(in progress). If you are interested in Korean Named Entity Recognition, try it. (This NER tagger is implemented in PyTorch)

If you want to apply it to other languages, you don’t have to change the model architecture, you just change vocab, pretrained BERT(from huggingface), and training dataset.

https://github.com/eagle705/pytorch-bert-crf-ner

submitted by /u/eagle705
[link] [comments]