transformers/transformers/tests
2019-11-26 13:08:12 -05:00
..
fixtures Several fixes and improvements 2019-11-26 13:08:12 -05:00
__init__.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_common_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
conftest.py [tests] Flag to test on cuda 2019-11-06 14:03:47 -05:00
modeling_albert_test.py Head pruning for ALBERT 2019-11-26 13:08:12 -05:00
modeling_auto_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
modeling_bert_test.py [tests] Flag to test on cuda 2019-11-06 14:03:47 -05:00
modeling_common_test.py [common attributes] Fix previous commit for transfo-xl 2019-11-12 11:29:21 -05:00
modeling_ctrl_test.py update model to use past 2019-10-08 17:11:58 +02:00
modeling_distilbert_test.py tests: add test case for DistilBertForTokenClassification implementation 2019-11-11 16:20:15 +01:00
modeling_encoder_decoder_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
modeling_gpt2_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_openai_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_roberta_test.py RoBERTa token classification 2019-10-24 14:32:48 -04:00
modeling_tf_auto_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_bert_test.py [inputs_embeds] All TF models + tests 2019-11-12 11:29:21 -05:00
modeling_tf_common_test.py [inputs_embeds] All TF models + tests 2019-11-12 11:29:21 -05:00
modeling_tf_ctrl_test.py adding TF 2.0 model 2019-10-09 11:07:43 +02:00
modeling_tf_distilbert_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_gpt2_test.py adding TF 2.0 model 2019-10-09 11:07:43 +02:00
modeling_tf_openai_gpt_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_roberta_test.py RoBERTa token classification 2019-10-24 14:32:48 -04:00
modeling_tf_transfo_xl_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_xlm_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_xlnet_test.py fix test 2019-10-11 15:55:01 +02:00
modeling_transfo_xl_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_xlm_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_xlnet_test.py fix test 2019-10-11 15:55:01 +02:00
optimization_test.py replace LambdaLR scheduler wrappers by function 2019-11-14 15:39:08 +01:00
tokenization_albert_test.py ALBERT passes all tests 2019-11-26 13:08:12 -05:00
tokenization_auto_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_bert_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_ctrl_test.py fix tokenization 2019-10-08 17:19:28 +02:00
tokenization_distilbert_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_gpt2_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_openai_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_roberta_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_tests_commons.py Fix special tokens addition in decoder 2019-11-12 15:27:57 -05:00
tokenization_transfo_xl_test.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_utils_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_xlm_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
tokenization_xlnet_test.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00