LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
allennlp/__init__.py
allennlp/__main__.py
allennlp/version.py
allennlp.egg-info/PKG-INFO
allennlp.egg-info/SOURCES.txt
allennlp.egg-info/dependency_links.txt
allennlp.egg-info/entry_points.txt
allennlp.egg-info/not-zip-safe
allennlp.egg-info/requires.txt
allennlp.egg-info/top_level.txt
allennlp/__pycache__/__init__.cpython-37.pyc
allennlp/__pycache__/version.cpython-37.pyc
allennlp/commands/__init__.py
allennlp/commands/evaluate.py
allennlp/commands/find_learning_rate.py
allennlp/commands/predict.py
allennlp/commands/print_results.py
allennlp/commands/subcommand.py
allennlp/commands/test_install.py
allennlp/commands/train.py
allennlp/common/__init__.py
allennlp/common/checks.py
allennlp/common/file_utils.py
allennlp/common/from_params.py
allennlp/common/lazy.py
allennlp/common/logging.py
allennlp/common/params.py
allennlp/common/plugins.py
allennlp/common/registrable.py
allennlp/common/tee.py
allennlp/common/tqdm.py
allennlp/common/util.py
allennlp/common/testing/__init__.py
allennlp/common/testing/model_test_case.py
allennlp/common/testing/test_case.py
allennlp/data/__init__.py
allennlp/data/batch.py
allennlp/data/dataloader.py
allennlp/data/instance.py
allennlp/data/vocabulary.py
allennlp/data/dataset_readers/__init__.py
allennlp/data/dataset_readers/babi.py
allennlp/data/dataset_readers/conll2003.py
allennlp/data/dataset_readers/dataset_reader.py
allennlp/data/dataset_readers/interleaving_dataset_reader.py
allennlp/data/dataset_readers/sequence_tagging.py
allennlp/data/dataset_readers/sharded_dataset_reader.py
allennlp/data/dataset_readers/text_classification_json.py
allennlp/data/dataset_readers/dataset_utils/__init__.py
allennlp/data/dataset_readers/dataset_utils/span_utils.py
allennlp/data/fields/__init__.py
allennlp/data/fields/adjacency_field.py
allennlp/data/fields/array_field.py
allennlp/data/fields/field.py
allennlp/data/fields/flag_field.py
allennlp/data/fields/index_field.py
allennlp/data/fields/label_field.py
allennlp/data/fields/list_field.py
allennlp/data/fields/metadata_field.py
allennlp/data/fields/multilabel_field.py
allennlp/data/fields/namespace_swapping_field.py
allennlp/data/fields/sequence_field.py
allennlp/data/fields/sequence_label_field.py
allennlp/data/fields/span_field.py
allennlp/data/fields/text_field.py
allennlp/data/samplers/__init__.py
allennlp/data/samplers/bucket_batch_sampler.py
allennlp/data/samplers/samplers.py
allennlp/data/token_indexers/__init__.py
allennlp/data/token_indexers/elmo_indexer.py
allennlp/data/token_indexers/pretrained_transformer_indexer.py
allennlp/data/token_indexers/pretrained_transformer_mismatched_indexer.py
allennlp/data/token_indexers/single_id_token_indexer.py
allennlp/data/token_indexers/spacy_indexer.py
allennlp/data/token_indexers/token_characters_indexer.py
allennlp/data/token_indexers/token_indexer.py
allennlp/data/tokenizers/__init__.py
allennlp/data/tokenizers/character_tokenizer.py
allennlp/data/tokenizers/letters_digits_tokenizer.py
allennlp/data/tokenizers/pretrained_transformer_tokenizer.py
allennlp/data/tokenizers/sentence_splitter.py
allennlp/data/tokenizers/spacy_tokenizer.py
allennlp/data/tokenizers/token.py
allennlp/data/tokenizers/tokenizer.py
allennlp/data/tokenizers/whitespace_tokenizer.py
allennlp/interpret/__init__.py
allennlp/interpret/attackers/__init__.py
allennlp/interpret/attackers/attacker.py
allennlp/interpret/attackers/hotflip.py
allennlp/interpret/attackers/input_reduction.py
allennlp/interpret/attackers/utils.py
allennlp/interpret/saliency_interpreters/__init__.py
allennlp/interpret/saliency_interpreters/integrated_gradient.py
allennlp/interpret/saliency_interpreters/saliency_interpreter.py
allennlp/interpret/saliency_interpreters/simple_gradient.py
allennlp/interpret/saliency_interpreters/smooth_gradient.py
allennlp/models/__init__.py
allennlp/models/archival.py
allennlp/models/basic_classifier.py
allennlp/models/model.py
allennlp/models/simple_tagger.py
allennlp/modules/__init__.py
allennlp/modules/augmented_lstm.py
allennlp/modules/bimpm_matching.py
allennlp/modules/conditional_random_field.py
allennlp/modules/elmo.py
allennlp/modules/elmo_lstm.py
allennlp/modules/encoder_base.py
allennlp/modules/feedforward.py
allennlp/modules/gated_sum.py
allennlp/modules/highway.py
allennlp/modules/input_variational_dropout.py
allennlp/modules/layer_norm.py
allennlp/modules/lstm_cell_with_projection.py
allennlp/modules/masked_layer_norm.py
allennlp/modules/maxout.py
allennlp/modules/residual_with_layer_dropout.py
allennlp/modules/sampled_softmax_loss.py
allennlp/modules/scalar_mix.py
allennlp/modules/softmax_loss.py
allennlp/modules/stacked_alternating_lstm.py
allennlp/modules/stacked_bidirectional_lstm.py
allennlp/modules/time_distributed.py
allennlp/modules/attention/__init__.py
allennlp/modules/attention/additive_attention.py
allennlp/modules/attention/attention.py
allennlp/modules/attention/bilinear_attention.py
allennlp/modules/attention/cosine_attention.py
allennlp/modules/attention/dot_product_attention.py
allennlp/modules/attention/linear_attention.py
allennlp/modules/matrix_attention/__init__.py
allennlp/modules/matrix_attention/bilinear_matrix_attention.py
allennlp/modules/matrix_attention/cosine_matrix_attention.py
allennlp/modules/matrix_attention/dot_product_matrix_attention.py
allennlp/modules/matrix_attention/linear_matrix_attention.py
allennlp/modules/matrix_attention/matrix_attention.py
allennlp/modules/seq2seq_encoders/__init__.py
allennlp/modules/seq2seq_encoders/compose_encoder.py
allennlp/modules/seq2seq_encoders/feedforward_encoder.py
allennlp/modules/seq2seq_encoders/gated_cnn_encoder.py
allennlp/modules/seq2seq_encoders/pass_through_encoder.py
allennlp/modules/seq2seq_encoders/pytorch_seq2seq_wrapper.py
allennlp/modules/seq2seq_encoders/pytorch_transformer_wrapper.py
allennlp/modules/seq2seq_encoders/seq2seq_encoder.py
allennlp/modules/seq2vec_encoders/__init__.py
allennlp/modules/seq2vec_encoders/bert_pooler.py
allennlp/modules/seq2vec_encoders/boe_encoder.py
allennlp/modules/seq2vec_encoders/cls_pooler.py
allennlp/modules/seq2vec_encoders/cnn_encoder.py
allennlp/modules/seq2vec_encoders/cnn_highway_encoder.py
allennlp/modules/seq2vec_encoders/pytorch_seq2vec_wrapper.py
allennlp/modules/seq2vec_encoders/seq2vec_encoder.py
allennlp/modules/span_extractors/__init__.py
allennlp/modules/span_extractors/bidirectional_endpoint_span_extractor.py
allennlp/modules/span_extractors/endpoint_span_extractor.py
allennlp/modules/span_extractors/self_attentive_span_extractor.py
allennlp/modules/span_extractors/span_extractor.py
allennlp/modules/text_field_embedders/__init__.py
allennlp/modules/text_field_embedders/basic_text_field_embedder.py
allennlp/modules/text_field_embedders/text_field_embedder.py
allennlp/modules/token_embedders/__init__.py
allennlp/modules/token_embedders/bag_of_word_counts_token_embedder.py
allennlp/modules/token_embedders/elmo_token_embedder.py
allennlp/modules/token_embedders/embedding.py
allennlp/modules/token_embedders/empty_embedder.py
allennlp/modules/token_embedders/pass_through_token_embedder.py
allennlp/modules/token_embedders/pretrained_transformer_embedder.py
allennlp/modules/token_embedders/pretrained_transformer_mismatched_embedder.py
allennlp/modules/token_embedders/token_characters_encoder.py
allennlp/modules/token_embedders/token_embedder.py
allennlp/nn/__init__.py
allennlp/nn/activations.py
allennlp/nn/beam_search.py
allennlp/nn/chu_liu_edmonds.py
allennlp/nn/initializers.py
allennlp/nn/util.py
allennlp/nn/regularizers/__init__.py
allennlp/nn/regularizers/regularizer.py
allennlp/nn/regularizers/regularizer_applicator.py
allennlp/nn/regularizers/regularizers.py
allennlp/predictors/__init__.py
allennlp/predictors/predictor.py
allennlp/predictors/sentence_tagger.py
allennlp/predictors/text_classifier.py
allennlp/tests/__init__.py
allennlp/tests/version_test.py
allennlp/tests/commands/__init__.py
allennlp/tests/commands/docstring_help_test.py
allennlp/tests/commands/evaluate_test.py
allennlp/tests/commands/find_learning_rate_test.py
allennlp/tests/commands/main_test.py
allennlp/tests/commands/no_op_train_test.py
allennlp/tests/commands/predict_test.py
allennlp/tests/commands/print_results_test.py
allennlp/tests/commands/test_install_test.py
allennlp/tests/commands/train_test.py
allennlp/tests/common/__init__.py
allennlp/tests/common/file_utils_test.py
allennlp/tests/common/from_params_test.py
allennlp/tests/common/logging_test.py
allennlp/tests/common/params_test.py
allennlp/tests/common/plugins_test.py
allennlp/tests/common/registrable_test.py
allennlp/tests/common/testing.py
allennlp/tests/common/util_test.py
allennlp/tests/data/__init__.py
allennlp/tests/data/dataset_test.py
allennlp/tests/data/instance_test.py
allennlp/tests/data/vocabulary_test.py
allennlp/tests/data/dataset_readers/__init__.py
allennlp/tests/data/dataset_readers/babi_reader_test.py
allennlp/tests/data/dataset_readers/dataset_reader_test.py
allennlp/tests/data/dataset_readers/interleaving_dataset_reader_test.py
allennlp/tests/data/dataset_readers/lazy_dataset_reader_test.py
allennlp/tests/data/dataset_readers/semantic_dependency_parsing.py
allennlp/tests/data/dataset_readers/sequence_tagging_test.py
allennlp/tests/data/dataset_readers/sharded_dataset_reader_test.py
allennlp/tests/data/dataset_readers/text_classification_json_test.py
allennlp/tests/data/dataset_readers/dataset_utils/span_utils_test.py
allennlp/tests/data/fields/__init__.py
allennlp/tests/data/fields/adjacency_field_test.py
allennlp/tests/data/fields/array_field_test.py
allennlp/tests/data/fields/flag_field_test.py
allennlp/tests/data/fields/index_field_test.py
allennlp/tests/data/fields/label_field_test.py
allennlp/tests/data/fields/list_field_test.py
allennlp/tests/data/fields/metadata_field_test.py
allennlp/tests/data/fields/multilabel_field_test.py
allennlp/tests/data/fields/sequence_label_field_test.py
allennlp/tests/data/fields/span_field_test.py
allennlp/tests/data/fields/text_field_test.py
allennlp/tests/data/samplers/__init__.py
allennlp/tests/data/samplers/bucket_batch_sampler_test.py
allennlp/tests/data/token_indexers/__init__.py
allennlp/tests/data/token_indexers/character_token_indexer_test.py
allennlp/tests/data/token_indexers/elmo_indexer_test.py
allennlp/tests/data/token_indexers/pretrained_transformer_indexer_test.py
allennlp/tests/data/token_indexers/pretrained_transformer_mismatched_indexer_test.py
allennlp/tests/data/token_indexers/single_id_token_indexer_test.py
allennlp/tests/data/token_indexers/spacy_indexer_test.py
allennlp/tests/data/tokenizers/__init__.py
allennlp/tests/data/tokenizers/character_tokenizer_test.py
allennlp/tests/data/tokenizers/letters_digits_tokenizer_test.py
allennlp/tests/data/tokenizers/pretrained_transformer_tokenizer_test.py
allennlp/tests/data/tokenizers/sentence_splitter_test.py
allennlp/tests/data/tokenizers/spacy_tokenizer_test.py
allennlp/tests/fixtures/basic_classifier/common.jsonnet
allennlp/tests/fixtures/basic_classifier/experiment_from_archive.jsonnet
allennlp/tests/fixtures/basic_classifier/experiment_seq2seq.jsonnet
allennlp/tests/fixtures/basic_classifier/experiment_seq2vec.jsonnet
allennlp/tests/fixtures/basic_classifier/parameters_inspection.json
allennlp/tests/fixtures/basic_classifier/from_archive_serialization/model.tar.gz
allennlp/tests/fixtures/basic_classifier/serialization/best.th
allennlp/tests/fixtures/basic_classifier/serialization/model.tar.gz
allennlp/tests/fixtures/basic_classifier/serialization/vocabulary/labels.txt
allennlp/tests/fixtures/basic_classifier/serialization/vocabulary/non_padded_namespaces.txt
allennlp/tests/fixtures/basic_classifier/serialization/vocabulary/tokens.txt
allennlp/tests/fixtures/data/babi.txt
allennlp/tests/fixtures/data/brown_corpus.txt
allennlp/tests/fixtures/data/conll2003.txt
allennlp/tests/fixtures/data/sequence_tagging.tsv
allennlp/tests/fixtures/data/shards/sequence_tagging_00.tsv
allennlp/tests/fixtures/data/shards/sequence_tagging_01.tsv
allennlp/tests/fixtures/data/shards/sequence_tagging_02.tsv
allennlp/tests/fixtures/data/text_classification_json/ag_news_corpus.jsonl
allennlp/tests/fixtures/data/text_classification_json/ag_news_corpus_fake_sentiment_labels.jsonl
allennlp/tests/fixtures/data/text_classification_json/imdb_corpus.jsonl
allennlp/tests/fixtures/data/text_classification_json/imdb_corpus2.jsonl
allennlp/tests/fixtures/data/text_classification_json/integer_labels.jsonl
allennlp/tests/fixtures/elmo/elmo_token_embeddings.hdf5
allennlp/tests/fixtures/elmo/lm_embeddings_0.hdf5
allennlp/tests/fixtures/elmo/lm_embeddings_1.hdf5
allennlp/tests/fixtures/elmo/lm_embeddings_2.hdf5
allennlp/tests/fixtures/elmo/lm_weights.hdf5
allennlp/tests/fixtures/elmo/options.json
allennlp/tests/fixtures/elmo/sentences.json
allennlp/tests/fixtures/elmo/vocab_test.txt
allennlp/tests/fixtures/elmo/config/characters_token_embedder.json
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt.bz2
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt.gz
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt.lzma
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt.tar.gz
allennlp/tests/fixtures/embeddings/fake_embeddings.5d.txt.zip
allennlp/tests/fixtures/embeddings/glove.6B.100d.sample.txt.gz
allennlp/tests/fixtures/embeddings/glove.6B.300d.sample.txt.gz
allennlp/tests/fixtures/embeddings/multi-file-archive.tar.gz
allennlp/tests/fixtures/embeddings/multi-file-archive.zip
allennlp/tests/fixtures/plugins/.allennlp_plugins
allennlp/tests/fixtures/plugins/d/__init__.py
allennlp/tests/fixtures/plugins/d/d.py
allennlp/tests/fixtures/simple_tagger/experiment.json
allennlp/tests/fixtures/simple_tagger/experiment_with_regularization.json
allennlp/tests/fixtures/simple_tagger/model_test_case.jsonnet
allennlp/tests/fixtures/simple_tagger/serialization/best.th
allennlp/tests/fixtures/simple_tagger/serialization/model.tar.gz
allennlp/tests/fixtures/simple_tagger/serialization/vocabulary/labels.txt
allennlp/tests/fixtures/simple_tagger/serialization/vocabulary/non_padded_namespaces.txt
allennlp/tests/fixtures/simple_tagger/serialization/vocabulary/tokens.txt
allennlp/tests/fixtures/simple_tagger_with_elmo/experiment.json
allennlp/tests/fixtures/simple_tagger_with_elmo/serialization/best.th
allennlp/tests/fixtures/simple_tagger_with_elmo/serialization/model.tar.gz
allennlp/tests/fixtures/simple_tagger_with_elmo/serialization/vocabulary/labels.txt
allennlp/tests/fixtures/simple_tagger_with_elmo/serialization/vocabulary/non_padded_namespaces.txt
allennlp/tests/fixtures/simple_tagger_with_span_f1/experiment.json
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/best.th
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/model.tar.gz
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/vocabulary/labels.txt
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/vocabulary/non_padded_namespaces.txt
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/vocabulary/test_tokens.txt
allennlp/tests/fixtures/simple_tagger_with_span_f1/serialization/vocabulary/tokens.txt
allennlp/tests/fixtures/utf-8_sample/utf-8_sample.txt
allennlp/tests/fixtures/utf-8_sample/utf-8_sample.txt.gz
allennlp/tests/fixtures/utf-8_sample/utf-8_sample.txt.zip
allennlp/tests/fixtures/utf-8_sample/archives/utf-8.tar.bz2
allennlp/tests/fixtures/utf-8_sample/archives/utf-8.tar.gz
allennlp/tests/fixtures/utf-8_sample/archives/utf-8.tar.lzma
allennlp/tests/fixtures/utf-8_sample/archives/utf-8.zip
allennlp/tests/interpret/__init__.py
allennlp/tests/interpret/hotflip_test.py
allennlp/tests/interpret/input_reduction_test.py
allennlp/tests/interpret/integrated_gradient_test.py
allennlp/tests/interpret/simple_gradient_test.py
allennlp/tests/interpret/smooth_gradient_test.py
allennlp/tests/models/__init__.py
allennlp/tests/models/archival_test.py
allennlp/tests/models/basic_classifier_test.py
allennlp/tests/models/model_test.py
allennlp/tests/models/simple_tagger_test.py
allennlp/tests/models/test_model_test_case.py
allennlp/tests/modules/augmented_lstm_test.py
allennlp/tests/modules/bimpm_matching_test.py
allennlp/tests/modules/conditional_random_field_test.py
allennlp/tests/modules/elmo_test.py
allennlp/tests/modules/encoder_base_test.py
allennlp/tests/modules/feedforward_test.py
allennlp/tests/modules/gated_sum_test.py
allennlp/tests/modules/highway_test.py
allennlp/tests/modules/lstm_cell_with_projection_test.py
allennlp/tests/modules/masked_layer_norm_test.py
allennlp/tests/modules/maxout_test.py
allennlp/tests/modules/residual_with_layer_dropout_test.py
allennlp/tests/modules/sampled_softmax_loss_test.py
allennlp/tests/modules/scalar_mix_test.py
allennlp/tests/modules/seq2seq_encoder_test.py
allennlp/tests/modules/seq2vec_encoder_test.py
allennlp/tests/modules/stacked_alternating_lstm_test.py
allennlp/tests/modules/stacked_bidirectional_lstm_test.py
allennlp/tests/modules/stacked_elmo_lstm_test.py
allennlp/tests/modules/time_distributed_test.py
allennlp/tests/modules/attention/__init__.py
allennlp/tests/modules/attention/additive_attention_test.py
allennlp/tests/modules/attention/bilinear_attention_test.py
allennlp/tests/modules/attention/cosine_attention_test.py
allennlp/tests/modules/attention/dot_product_attention_test.py
allennlp/tests/modules/attention/linear_attention_test.py
allennlp/tests/modules/matrix_attention/__init__.py
allennlp/tests/modules/matrix_attention/bilinear_matrix_attention_test.py
allennlp/tests/modules/matrix_attention/cosine_matrix_attention_test.py
allennlp/tests/modules/matrix_attention/dot_product_matrix_attention_test.py
allennlp/tests/modules/matrix_attention/linear_matrix_attention_test.py
allennlp/tests/modules/seq2seq_encoders/__init__.py
allennlp/tests/modules/seq2seq_encoders/compose_encoder_test.py
allennlp/tests/modules/seq2seq_encoders/feedforward_encoder_test.py
allennlp/tests/modules/seq2seq_encoders/gated_cnn_encoder_test.py
allennlp/tests/modules/seq2seq_encoders/pass_through_encoder_test.py
allennlp/tests/modules/seq2seq_encoders/pytorch_seq2seq_wrapper_test.py
allennlp/tests/modules/seq2seq_encoders/pytorch_transformer_wrapper_test.py
allennlp/tests/modules/seq2vec_encoders/__init__.py
allennlp/tests/modules/seq2vec_encoders/boe_encoder_test.py
allennlp/tests/modules/seq2vec_encoders/cls_pooler_test.py
allennlp/tests/modules/seq2vec_encoders/cnn_encoder_test.py
allennlp/tests/modules/seq2vec_encoders/cnn_highway_encoder_test.py
allennlp/tests/modules/seq2vec_encoders/pytorch_seq2vec_wrapper_test.py
allennlp/tests/modules/span_extractors/__init__.py
allennlp/tests/modules/span_extractors/bidirectional_endpoint_span_extractor_test.py
allennlp/tests/modules/span_extractors/endpoint_span_extractor_test.py
allennlp/tests/modules/span_extractors/self_attentive_span_extractor_test.py
allennlp/tests/modules/text_field_embedders/__init__.py
allennlp/tests/modules/text_field_embedders/basic_text_field_embedder_test.py
allennlp/tests/modules/token_embedders/__init__.py
allennlp/tests/modules/token_embedders/bag_of_word_counts_token_embedder_test.py
allennlp/tests/modules/token_embedders/elmo_token_embedder_test.py
allennlp/tests/modules/token_embedders/embedding_test.py
allennlp/tests/modules/token_embedders/pass_through_embedder_test.py
allennlp/tests/modules/token_embedders/pretrained_transformer_embedder_test.py
allennlp/tests/modules/token_embedders/pretrained_transformer_mismatched_embedder_test.py
allennlp/tests/modules/token_embedders/token_characters_encoder_test.py
allennlp/tests/nn/__init__.py
allennlp/tests/nn/beam_search_test.py
allennlp/tests/nn/chu_liu_edmonds_test.py
allennlp/tests/nn/initializers_test.py
allennlp/tests/nn/pretrained_model_initializer_test.py
allennlp/tests/nn/regularizers_test.py
allennlp/tests/nn/util_test.py
allennlp/tests/predictors/__init__.py
allennlp/tests/predictors/predictor_test.py
allennlp/tests/predictors/sentence_tagger_test.py
allennlp/tests/predictors/text_classifier_test.py
allennlp/tests/training/__init__.py
allennlp/tests/training/checkpointer_test.py
allennlp/tests/training/moving_average_test.py
allennlp/tests/training/no_op_trainer_test.py
allennlp/tests/training/optimizer_test.py
allennlp/tests/training/trainer_test.py
allennlp/tests/training/learning_rate_schedulers/__init__.py
allennlp/tests/training/learning_rate_schedulers/cosine_test.py
allennlp/tests/training/learning_rate_schedulers/learning_rate_scheduler_test.py
allennlp/tests/training/learning_rate_schedulers/slanted_triangular_test.py
allennlp/tests/training/metrics/__init__.py
allennlp/tests/training/metrics/attachment_scores_test.py
allennlp/tests/training/metrics/auc_test.py
allennlp/tests/training/metrics/bleu_test.py
allennlp/tests/training/metrics/boolean_accuracy_test.py
allennlp/tests/training/metrics/categorical_accuracy_test.py
allennlp/tests/training/metrics/covariance_test.py
allennlp/tests/training/metrics/entropy_test.py
allennlp/tests/training/metrics/evalb_bracketing_scorer_test.py
allennlp/tests/training/metrics/f1_measure_test.py
allennlp/tests/training/metrics/fbeta_measure_test.py
allennlp/tests/training/metrics/mean_absolute_error_test.py
allennlp/tests/training/metrics/pearson_correlation_test.py
allennlp/tests/training/metrics/sequence_accuracy_test.py
allennlp/tests/training/metrics/span_based_f1_measure_test.py
allennlp/tests/training/metrics/spearman_correlation_test.py
allennlp/tests/training/metrics/unigram_recall_test.py
allennlp/tests/training/momentum_schedulers/__init__.py
allennlp/tests/training/momentum_schedulers/inverted_triangular_test.py
allennlp/tests/tutorials/__init__.py
allennlp/tests/tutorials/tagger/__init__.py
allennlp/tests/tutorials/tagger/basic_allennlp_test.py
allennlp/tools/__init__.py
allennlp/tools/archive_surgery.py
allennlp/tools/create_elmo_embeddings_from_vocab.py
allennlp/tools/inspect_cache.py
allennlp/tools/EVALB/COLLINS.prm
allennlp/tools/EVALB/LICENSE
allennlp/tools/EVALB/Makefile
allennlp/tools/EVALB/README
allennlp/tools/EVALB/evalb.c
allennlp/tools/EVALB/new.prm
allennlp/tools/EVALB/tgrep_proc.prl
allennlp/tools/EVALB/bug/bug.gld
allennlp/tools/EVALB/bug/bug.rsl-new
allennlp/tools/EVALB/bug/bug.rsl-old
allennlp/tools/EVALB/bug/bug.tst
allennlp/tools/EVALB/sample/sample.gld
allennlp/tools/EVALB/sample/sample.prm
allennlp/tools/EVALB/sample/sample.rsl
allennlp/tools/EVALB/sample/sample.tst
allennlp/training/__init__.py
allennlp/training/checkpointer.py
allennlp/training/metric_tracker.py
allennlp/training/moving_average.py
allennlp/training/no_op_trainer.py
allennlp/training/optimizers.py
allennlp/training/scheduler.py
allennlp/training/tensorboard_writer.py
allennlp/training/trainer.py
allennlp/training/util.py
allennlp/training/learning_rate_schedulers/__init__.py
allennlp/training/learning_rate_schedulers/cosine.py
allennlp/training/learning_rate_schedulers/learning_rate_scheduler.py
allennlp/training/learning_rate_schedulers/noam.py
allennlp/training/learning_rate_schedulers/slanted_triangular.py
allennlp/training/metrics/__init__.py
allennlp/training/metrics/attachment_scores.py
allennlp/training/metrics/auc.py
allennlp/training/metrics/average.py
allennlp/training/metrics/bleu.py
allennlp/training/metrics/boolean_accuracy.py
allennlp/training/metrics/categorical_accuracy.py
allennlp/training/metrics/covariance.py
allennlp/training/metrics/entropy.py
allennlp/training/metrics/evalb_bracketing_scorer.py
allennlp/training/metrics/f1_measure.py
allennlp/training/metrics/fbeta_measure.py
allennlp/training/metrics/mean_absolute_error.py
allennlp/training/metrics/metric.py
allennlp/training/metrics/pearson_correlation.py
allennlp/training/metrics/perplexity.py
allennlp/training/metrics/sequence_accuracy.py
allennlp/training/metrics/span_based_f1_measure.py
allennlp/training/metrics/spearman_correlation.py
allennlp/training/metrics/unigram_recall.py
allennlp/training/momentum_schedulers/__init__.py
allennlp/training/momentum_schedulers/inverted_triangular.py
allennlp/training/momentum_schedulers/momentum_scheduler.py
scripts/24hr_diff.sh
scripts/build_docs.sh
scripts/build_docs_config.py
scripts/check_large_files.sh
scripts/check_links.py
scripts/compile_coref_data.sh
scripts/get_version.py
scripts/py2md.py
scripts/train_fixtures.py
scripts/ai2_internal/resumable_train.sh
scripts/ai2_internal/resume_daemon.py
scripts/ai2_internal/run_with_beaker.py
scripts/tests/ai2_internal/resume_daemon_test.py
tutorials/README.md
tutorials/misc/migrating-to-0.4.0.md
tutorials/tagger/README.md
tutorials/tagger/basic_allennlp.html
tutorials/tagger/basic_allennlp.py
tutorials/tagger/basic_pytorch.py
tutorials/tagger/config_allennlp.py
tutorials/tagger/convert.py
tutorials/tagger/default-tutorial.html
tutorials/tagger/exercise.jsonnet
tutorials/tagger/experiment.jsonnet
tutorials/tagger/simple_demo.png
tutorials/tagger/training.txt
tutorials/tagger/validation.txt