transformers/tests
Aymeric Augustin daf8bebcdd Remove unused GPTModelTester.
It isn't imported anywhere.
2019-12-22 15:35:25 +01:00
..
fixtures Move tests outside of library. 2019-12-22 13:47:17 +01:00
__init__.py Move tests outside of library. 2019-12-22 13:47:17 +01:00
test_configuration_common.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_hf_api.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_model_card.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_modeling_albert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_auto.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_modeling_bert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_common.py Remove unused GPTModelTester. 2019-12-22 15:35:25 +01:00
test_modeling_ctrl.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_distilbert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_encoder_decoder.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_modeling_gpt2.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_openai.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_roberta.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_t5.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_albert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_auto.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_modeling_tf_bert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_common.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_ctrl.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_distilbert.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_gpt2.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_openai_gpt.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_roberta.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_t5.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_transfo_xl.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_xlm.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_tf_xlnet.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_transfo_xl.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_xlm.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_modeling_xlnet.py Replace (TF)CommonTestCases for modeling with a mixin. 2019-12-22 15:35:18 +01:00
test_optimization_tf.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_optimization.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_pipelines.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_albert.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_auto.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_bert_japanese.py Switch test files to the standard test_*.py scheme. 2019-12-22 14:15:13 +01:00
test_tokenization_bert.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_ctrl.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_distilbert.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_gpt2.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_openai.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_roberta.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_t5.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_transfo_xl.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_utils.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_xlm.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
test_tokenization_xlnet.py Remove unittest.main() in test modules. 2019-12-22 14:42:03 +01:00
tokenization_tests_commons.py Move tests outside of library. 2019-12-22 13:47:17 +01:00
utils.py Move tests outside of library. 2019-12-22 13:47:17 +01:00