Average Sentence Embeddings
public final class AverageSentenceEmbeddings implements SentenceEmbeddings
Content copied to clipboard
Simply applies the average of vectors in sentence to build the sentence embedding.
Constructors
Link copied to clipboard
public AverageSentenceEmbeddings AverageSentenceEmbeddings(Embeddings tokenEmbeddings)
Content copied to clipboard