Embeddings

#11
by shabaz - opened

Would there be a way to release the embedding model?

Microsoft org

Could you clarify? You can get embeddings from this model directly using the AutoModel API.

If you want to get sentence embbedings from the model you can use the snippet in this link. Just replace the model name with "microsoft/biogpt".

shabaz changed discussion status to closed

Hello , are we able take a model trained for text generation(BioGPT) and use it to produce embeddings that make sense, without further training? Are these generated embeddings can be used and have a meaning?

Sign up or log in to comment