WordEmbeddingEstimator.PretrainedModelKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which word embeddings to use.
public enum WordEmbeddingEstimator.PretrainedModelKind
type WordEmbeddingEstimator.PretrainedModelKind =
Public Enum WordEmbeddingEstimator.PretrainedModelKind
- Inheritance
-
WordEmbeddingEstimator.PretrainedModelKind
Fields
Name | Value | Description |
---|---|---|
GloVe50D | 0 | GloVe 50 dimensional word embeddings. |
GloVe100D | 1 | GloVe 100 dimensional word embeddings. |
GloVe200D | 2 | GloVe 200 dimensional word embeddings. |
GloVe300D | 3 | GloVe 300 dimensional word embeddings. |
GloVeTwitter25D | 4 | GloVe 25 dimensional word embeddings trained on Twitter data. |
GloVeTwitter50D | 5 | GloVe 50 dimensional word embeddings trained on Twitter data. |
GloVeTwitter100D | 6 | GloVe 100 dimensional word embeddings trained on Twitter data. |
GloVeTwitter200D | 7 | GloVe 200 dimensional word embeddings trained on Twitter data. |
FastTextWikipedia300D | 8 | FastText 300 dimensional word embeddings trained on Wikipedia. |
SentimentSpecificWordEmbedding | 9 | Word embeddings trained on sentiment analysis tasks. |