VinAIResearch/PhoBERT

Named Entity Recognition by PhoBert

congdaoduy298 opened this issue · 1 comments

Can I ask you about how to implement PhoBert to recognize named entity ? I am trying to do that but I don't know how. I need get results without having to train it. Is it impossible? Many thanks.

Can I ask you about how to implement PhoBert to recognize named entity ? I am trying to do that but I don't know how. I need get results without having to train it. Is it impossible? Many thanks.

You definitely need to fine tune it in your data set. You can refer BertForTokenClassification from Huggingface to do this task.