LICENSE
README.md
pyproject.toml
licenses/AdaBound-LICENSE.txt
licenses/NOTICE.md
licenses/pytorch-lamb-LICENSE.txt
lpu_nn/VERSION
lpu_nn/__init__.py
lpu_nn/py.typed
lpu_nn.egg-info/PKG-INFO
lpu_nn.egg-info/SOURCES.txt
lpu_nn.egg-info/dependency_links.txt
lpu_nn.egg-info/entry_points.txt
lpu_nn.egg-info/requires.txt
lpu_nn.egg-info/top_level.txt
lpu_nn/commands/__init__.py
lpu_nn/commands/run_bert_classifier.py
lpu_nn/commands/run_bert_ranker.py
lpu_nn/commands/run_match_ranker.py
lpu_nn/commands/run_seq2seq.py
lpu_nn/commands/run_tokenizer.py
lpu_nn/commands/serve_seq2seq.py
lpu_nn/commands/train_bert.py
lpu_nn/commands/train_bert_classifier.py
lpu_nn/commands/train_bert_ranker.py
lpu_nn/commands/train_embedding.py
lpu_nn/commands/train_match_ranker.py
lpu_nn/commands/train_seq2seq.py
lpu_nn/commands/train_tagger.py
lpu_nn/common/__init__.py
lpu_nn/common/args.py
lpu_nn/common/criteria.py
lpu_nn/common/dataset.py
lpu_nn/common/files.py
lpu_nn/common/initialization.py
lpu_nn/common/tokenizer.py
lpu_nn/common/training.py
lpu_nn/common/utils.py
lpu_nn/common/vocab.py
lpu_nn/modeling/__init__.py
lpu_nn/modeling/activation.py
lpu_nn/modeling/attention.py
lpu_nn/modeling/bert.py
lpu_nn/modeling/bert_classifier.py
lpu_nn/modeling/bert_ranker.py
lpu_nn/modeling/compare_aggregate.py
lpu_nn/modeling/convolution.py
lpu_nn/modeling/embeddings.py
lpu_nn/modeling/encoder_decoder.py
lpu_nn/modeling/language_models.py
lpu_nn/modeling/linear.py
lpu_nn/modeling/lstm.py
lpu_nn/modeling/module.py
lpu_nn/modeling/pooling.py
lpu_nn/modeling/re2.py
lpu_nn/modeling/sequence_matcher.py
lpu_nn/modeling/sequence_tagger.py
lpu_nn/modeling/transformer.py
lpu_nn/modeling/universal_transformer.py
lpu_nn/optimizers/__init__.py
lpu_nn/optimizers/adabound.py
lpu_nn/optimizers/lamb.py
lpu_nn/server_static/seq2seq.html
tests/test_attention_lstm.py
tests/test_bert.py
tests/test_bert_commands.py
tests/test_commands.py
tests/test_common.py
tests/test_criteria.py
tests/test_dataset.py
tests/test_embeddings.py
tests/test_encoder_decoder.py
tests/test_language_model.py
tests/test_match_ranker.py
tests/test_modeling.py
tests/test_optimizers.py
tests/test_sequence_matcher.py
tests/test_sequence_tagger.py
tests/test_tokenizer.py
tests/test_training_best.py
tests/test_training_config.py
tests/test_training_helpers.py
tests/test_training_loop.py
tests/test_training_progress.py
tests/test_training_status.py
tests/test_transformer.py
tests/test_universal_transformer.py
tests/test_vocab.py