Skip to content

ouyangliqi/bert_ner_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bert_ner_pytorch

This project is for bert ner model. Still working on.

dataset

{
"content":".....",
"ner":[{
	"text_segment":"",
    "label_name":"",
    "start_ind":"",
    "end_ind": ""}, 
]
}

model

Model params macro avg precision macro avg recall macro avg f1 score
BERT + Softmax {
"num_epochs": 5,
}
BERT + CRF {}

About

Code for NER using BERT+CRF or BERT+Softmax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published