Skip to content

Multilingual low resource sequence labeller - using BERT-CRF, BERT Linear and BERT-BiLSTM-CRF for downstream task of named entity recognition of low resource languages

Notifications You must be signed in to change notification settings

Swayatta/multilingNER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BERT_CRF

BERT_CRF model for Name Entity Recognition in pytorch

Setting up the initial requirements
pip install -r requirements.txt

For traninig a model:
Keep the training data file in the corpus directory
cd bert-crf4NER
python bert_crf.py --mode train

For testing the model:
Keep the test/dev data file in the corpus directory
cd bert-crf4NER
python bert_crf.py --mode test

About

Multilingual low resource sequence labeller - using BERT-CRF, BERT Linear and BERT-BiLSTM-CRF for downstream task of named entity recognition of low resource languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published