mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-04 13:17:51 +08:00
21 lines
591 B
ReStructuredText
21 lines
591 B
ReStructuredText
fastNLP.embeddings
|
|
==================
|
|
|
|
.. automodule:: fastNLP.embeddings
|
|
:members: Embedding, TokenEmbedding, StaticEmbedding, ElmoEmbedding, BertEmbedding, BertWordPieceEncoder, StackEmbedding, LSTMCharEmbedding, CNNCharEmbedding, get_embeddings
|
|
|
|
子模块
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fastNLP.embeddings.bert_embedding
|
|
fastNLP.embeddings.char_embedding
|
|
fastNLP.embeddings.contextual_embedding
|
|
fastNLP.embeddings.elmo_embedding
|
|
fastNLP.embeddings.embedding
|
|
fastNLP.embeddings.stack_embedding
|
|
fastNLP.embeddings.static_embedding
|
|
fastNLP.embeddings.utils
|