amansrivastava17/embedding-as-service

Does embedding as service support word embedding?

Closed this issue · 2 comments

You mention about sentence embedding, so does embedding as service support word embedding?

Yes. There are distributed vector models like GLoVe and FastText. In addition to these you can take token level vectors from models like BERT by passing pooling=None in the encode method.

Ok, thanks so much!