Pretrained NER model for recognizing business names

I am looking for a NER model to pull out the business name from transaction strings - so things like “Walmart”, “ebay”, “joe’s diner” etc. I am testing out different models from the hub, but wondering if there is any model that would be particularly good at this task?

Hey @MaximusDecimusMeridi, I’m trying to solve a similar problem. Were you successful in finding anything good?
I did come across a few transformers that work decently well for this task but they are not specifically developed for this.

dslim/bert-base-NER · Hugging Face.

Let me know if you have something better.