google-research / albert

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Apache License 2.0
3.23k stars 569 forks source link

Can ALBERT run NER? #159

Open xf05888 opened 4 years ago

xf05888 commented 4 years ago

Is it can, where is the script? I couldn't find it anywhere.

ViktorAlm commented 4 years ago

Stefan-it used to have a fork with it for HF transformers. Never tried it and it seems to be removed. If you want to use someones implementation and just run training I can think of some alternatives. Deepset seems to have code ready for ner. https://github.com/deepset-ai/FARM. Maybe Spacy with their transformers embeddings, or just do a port of HF ner from any of the other models.