.. |
fixtures
|
[cli] Uploads: fix + test edge case
|
2019-12-13 22:44:57 -05:00 |
__init__.py
|
[BIG] pytorch-transformers => transformers
|
2019-09-26 10:15:53 +02:00 |
configuration_common_test.py
|
update tests
|
2019-12-16 13:52:41 +01:00 |
hf_api_test.py
|
[cli] Uploads: fix + test edge case
|
2019-12-13 22:44:57 -05:00 |
model_card_test.py
|
fix pipelines and rename model_card => modelcard
|
2019-12-20 12:10:40 +01:00 |
modeling_albert_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_auto_test.py
|
Add tests.
|
2019-12-11 17:41:51 -05:00 |
modeling_bert_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_common_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_ctrl_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_distilbert_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_encoder_decoder_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
modeling_gpt2_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_openai_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_roberta_test.py
|
Merge pull request #1764 from DomHudson/bug-fix-1761
|
2019-12-21 12:13:27 +01:00 |
modeling_t5_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_albert_test.py
|
Restore test.
|
2019-12-21 08:50:15 +01:00 |
modeling_tf_auto_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_bert_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_common_test.py
|
updating distilbert test
|
2019-12-10 16:01:15 +01:00 |
modeling_tf_ctrl_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_distilbert_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_gpt2_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_openai_gpt_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_roberta_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_t5_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_transfo_xl_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_tf_xlm_test.py
|
Fix typo in model name.
|
2019-12-21 08:46:26 +01:00 |
modeling_tf_xlnet_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_transfo_xl_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_xlm_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
modeling_xlnet_test.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |
optimization_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
optimization_tf_test.py
|
Remove pytest dependency. (#2093)
|
2019-12-07 07:46:14 -05:00 |
pipelines_test.py
|
defaults models for tf and pt - update tests
|
2019-12-20 15:07:00 +01:00 |
tokenization_albert_test.py
|
ALBERT passes all tests
|
2019-11-26 13:08:12 -05:00 |
tokenization_auto_test.py
|
Add tests.
|
2019-12-11 17:41:51 -05:00 |
tokenization_bert_japanese_test.py
|
Update to new test infra and only run conditionally
|
2019-12-11 18:32:27 -05:00 |
tokenization_bert_test.py
|
Tests for all tokenizers
|
2019-12-13 16:41:44 -05:00 |
tokenization_ctrl_test.py
|
fix tokenization
|
2019-10-08 17:19:28 +02:00 |
tokenization_distilbert_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
tokenization_gpt2_test.py
|
Tests for all tokenizers
|
2019-12-13 16:41:44 -05:00 |
tokenization_openai_test.py
|
[BIG] pytorch-transformers => transformers
|
2019-09-26 10:15:53 +02:00 |
tokenization_roberta_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
tokenization_t5_test.py
|
updating tests and TF 2.0 model
|
2019-12-10 15:11:07 +01:00 |
tokenization_tests_commons.py
|
Clean special tokens test
|
2019-12-20 11:34:16 -05:00 |
tokenization_transfo_xl_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
tokenization_utils_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
tokenization_xlm_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
tokenization_xlnet_test.py
|
Remove dependency on pytest for running tests (#2055)
|
2019-12-06 13:57:38 -05:00 |
utils.py
|
Take advantage of the cache when running tests.
|
2019-12-21 08:43:19 +01:00 |