![]() |
Configurable model options for an Average Word Embedding classifier.
mediapipe_model_maker.text_classifier.AverageWordEmbeddingModelOptions(
seq_len: int = 256,
wordvec_dim: int = 16,
do_lower_case: bool = True,
vocab_size: int = 10000,
dropout_rate: float = 0.2
)
Methods
__eq__
__eq__(
other
)
Class Variables | |
---|---|
do_lower_case |
True
|
dropout_rate |
0.2
|
seq_len |
256
|
vocab_size |
10000
|
wordvec_dim |
16
|