Pre-trained Entity Embeddings

Hi all! I am looking for pre-trained entity embeddings :slight_smile: I know that PyTorch provides word embeddings like GloVe, thus I was curious if there are pre-trained entity embeddings too!
Thank you!

I am not sure what you mean by pre-trained entity embeddings, but this site Hugging Face has a model for predicting entities, you can extract the weights of the embedding layer.

Awesome, thanks! Sorry for the confusion, I thought there are also non-transformer based embeddings for entities as there are for just words (eg GloVe).