Skip to content

binnz/ner-with-bert-crf

Repository files navigation

ner-with-bert-crf

Name Entity Recognition Using Bert Model

Getting Started

Run the command below to fine tune

python main.py \
--data_dir=data/
--bert_model=bert-base-cased
--task_name=CoNLL2003_NER
--output_dir=outbase
--max_seq_length=128
--num_train_epochs=50
--do_train
--do_eval
--use_crf
--warmup_proportion=0.1
--overwrite_output_dir

About

Chinese Name Entity Recognition Using Bert Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published