mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-05 05:38:31 +08:00
19 lines
565 B
ReStructuredText
19 lines
565 B
ReStructuredText
fastNLP.models
|
|
==============
|
|
|
|
.. automodule:: fastNLP.models
|
|
:members: CNNText, SeqLabeling, AdvSeqLabel, ESIM, StarTransEnc, STSeqLabel, STNLICls, STSeqCls, BiaffineParser, GraphParser, BertForSequenceClassification, BertForSentenceMatching, BertForMultipleChoice, BertForTokenClassification, BertForQuestionAnswering
|
|
|
|
子模块
|
|
------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fastNLP.models.bert
|
|
fastNLP.models.biaffine_parser
|
|
fastNLP.models.cnn_text_classification
|
|
fastNLP.models.sequence_labeling
|
|
fastNLP.models.snli
|
|
fastNLP.models.star_transformer
|