LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
FastNLP.egg-info/PKG-INFO
FastNLP.egg-info/SOURCES.txt
FastNLP.egg-info/dependency_links.txt
FastNLP.egg-info/requires.txt
FastNLP.egg-info/top_level.txt
fastNLP/__init__.py
fastNLP/api/__init__.py
fastNLP/api/api.py
fastNLP/api/converter.py
fastNLP/api/examples.py
fastNLP/api/pipeline.py
fastNLP/api/processor.py
fastNLP/api/utils.py
fastNLP/automl/__init__.py
fastNLP/automl/enas_controller.py
fastNLP/automl/enas_model.py
fastNLP/automl/enas_trainer.py
fastNLP/automl/enas_utils.py
fastNLP/core/__init__.py
fastNLP/core/batch.py
fastNLP/core/callback.py
fastNLP/core/dataset.py
fastNLP/core/fieldarray.py
fastNLP/core/instance.py
fastNLP/core/losses.py
fastNLP/core/metrics.py
fastNLP/core/optimizer.py
fastNLP/core/predictor.py
fastNLP/core/sampler.py
fastNLP/core/tester.py
fastNLP/core/trainer.py
fastNLP/core/utils.py
fastNLP/core/vocabulary.py
fastNLP/io/__init__.py
fastNLP/io/base_loader.py
fastNLP/io/config_io.py
fastNLP/io/dataset_loader.py
fastNLP/io/embed_loader.py
fastNLP/io/logger.py
fastNLP/io/model_io.py
fastNLP/models/__init__.py
fastNLP/models/base_model.py
fastNLP/models/bert.py
fastNLP/models/biaffine_parser.py
fastNLP/models/char_language_model.py
fastNLP/models/cnn_text_classification.py
fastNLP/models/enas_controller.py
fastNLP/models/enas_model.py
fastNLP/models/enas_trainer.py
fastNLP/models/enas_utils.py
fastNLP/models/sequence_modeling.py
fastNLP/models/snli.py
fastNLP/models/star_transformer.py
fastNLP/modules/__init__.py
fastNLP/modules/dropout.py
fastNLP/modules/other_modules.py
fastNLP/modules/utils.py
fastNLP/modules/aggregator/__init__.py
fastNLP/modules/aggregator/attention.py
fastNLP/modules/aggregator/avg_pool.py
fastNLP/modules/aggregator/kmax_pool.py
fastNLP/modules/aggregator/max_pool.py
fastNLP/modules/aggregator/self_attention.py
fastNLP/modules/decoder/CRF.py
fastNLP/modules/decoder/MLP.py
fastNLP/modules/decoder/__init__.py
fastNLP/modules/encoder/__init__.py
fastNLP/modules/encoder/char_embedding.py
fastNLP/modules/encoder/conv.py
fastNLP/modules/encoder/conv_maxpool.py
fastNLP/modules/encoder/embedding.py
fastNLP/modules/encoder/linear.py
fastNLP/modules/encoder/lstm.py
fastNLP/modules/encoder/masked_rnn.py
fastNLP/modules/encoder/star_transformer.py
fastNLP/modules/encoder/transformer.py
fastNLP/modules/encoder/variational_rnn.py
reproduction/__init__.py
reproduction/CNN-sentence_classification/__init__.py
reproduction/CNN-sentence_classification/dataset.py
reproduction/CNN-sentence_classification/model.py
reproduction/CNN-sentence_classification/train.py
reproduction/Char-aware_NLM/__init__.py
reproduction/Char-aware_NLM/main.py
reproduction/Char-aware_NLM/model.py
reproduction/Char-aware_NLM/test.py
reproduction/Char-aware_NLM/train.py
reproduction/Char-aware_NLM/utilities.py
reproduction/Chinese_word_segmentation/__init__.py
reproduction/Chinese_word_segmentation/utils.py
reproduction/Chinese_word_segmentation/cws_io/__init__.py
reproduction/Chinese_word_segmentation/cws_io/cws_reader.py
reproduction/Chinese_word_segmentation/models/__init__.py
reproduction/Chinese_word_segmentation/models/cws_model.py
reproduction/Chinese_word_segmentation/models/cws_transformer.py
reproduction/Chinese_word_segmentation/process/__init__.py
reproduction/Chinese_word_segmentation/process/cws_processor.py
reproduction/Chinese_word_segmentation/process/span_converter.py
reproduction/HAN-document_classification/__init__.py
reproduction/HAN-document_classification/evaluate.py
reproduction/HAN-document_classification/model.py
reproduction/HAN-document_classification/preprocess.py
reproduction/HAN-document_classification/train.py