I am tring to build a Text Embedding function by BERT. It said that BERT can do text embedding. However, I cannot find the embedding function on BERT's tutorial. Here is the link I looked up: https://huggingface.co/docs/transformers/model_doc/bert Does anyone know the resource of BERT text embedding? Or are there other names that represents it? I know for OpenAI there is a function just call OpenAIEmbeddings(). I just want to find the similar function like that. Thank you!
I just want to find the similar function like OpenAIEmbeddings().