transformers/tests
2022-02-07 15:35:44 +01:00
..
deepspeed [deepspeed] fix a bug in a test (#15493) 2022-02-03 08:55:45 -08:00
extended Fix failing GPU trainer tests (#14903) 2021-12-23 13:59:33 -05:00
fixtures Add model like (#14992) 2022-01-24 15:25:10 -05:00
sagemaker
__init__.py
conftest.py
test_activations.py Fix SEW-D implementation differences (#14191) 2021-10-28 16:22:18 +03:00
test_activations_tf.py add TF glu activation function (#15146) 2022-01-14 10:42:08 +00:00
test_add_new_model_like.py Add model like (#14992) 2022-01-24 15:25:10 -05:00
test_benchmark.py
test_benchmark_tf.py
test_cli.py Replace assert with unittest assertions (#13957) 2021-10-11 10:21:46 -04:00
test_configuration_auto.py Save code of registered custom models (#15379) 2022-02-02 10:44:37 -05:00
test_configuration_common.py Save code of registered custom models (#15379) 2022-02-02 10:44:37 -05:00
test_data_collator.py Fixes tf_default_data_collator sometimes guessing the wrong dtype for labels (#15234) 2022-01-20 14:26:51 +00:00
test_doc_samples.py [doc] :obj: hunt (#14954) 2021-12-27 15:49:48 -08:00
test_feature_extraction_auto.py Refine errors for pretrained objects (#15261) 2022-01-21 15:00:09 -05:00
test_feature_extraction_beit.py Improve semantic segmentation models (#14355) 2021-11-17 15:29:58 +01:00
test_feature_extraction_clip.py
test_feature_extraction_common.py
test_feature_extraction_deit.py
test_feature_extraction_detr.py
test_feature_extraction_imagegpt.py Add ImageGPT (#14240) 2021-11-18 16:24:34 +01:00
test_feature_extraction_layoutlmv2.py
test_feature_extraction_segformer.py Improve semantic segmentation models (#14355) 2021-11-17 15:29:58 +01:00
test_feature_extraction_speech_to_text.py
test_feature_extraction_vilt.py Add ViLT (#14895) 2022-01-19 19:51:59 +01:00
test_feature_extraction_vit.py
test_feature_extraction_wav2vec2.py
test_file_utils.py Avoid using get_list_of_files (#15287) 2022-01-25 09:41:21 -05:00
test_generation_beam_search.py
test_generation_flax_logits_process.py
test_generation_flax_utils.py
test_generation_logits_process.py
test_generation_stopping_criteria.py
test_generation_utils.py [Beam Search] Correct returned beam scores (#14654) 2022-01-24 21:13:21 +01:00
test_hf_argparser.py
test_image_utils.py Add option to resize like torchvision's Resize (#15419) 2022-02-02 09:44:22 +01:00
test_logging.py Enable tqdm toggling (#15167) 2022-01-18 17:52:35 -05:00
test_model_card.py
test_model_output.py
test_modeling_albert.py Add 'with torch.no_grad()' to integration test forward pass (#14808) 2021-12-23 04:23:39 -05:00
test_modeling_auto.py Save code of registered custom models (#15379) 2022-02-02 10:44:37 -05:00
test_modeling_bart.py
test_modeling_beit.py Standardize semantic segmentation models outputs (#15469) 2022-02-04 14:52:07 -05:00
test_modeling_bert.py Add 'with torch.no_grad()' to integration test forward pass (#14820) 2021-12-20 09:28:17 -05:00
test_modeling_bert_generation.py Add 'with torch.no_grad()' to BertGeneration integration test forward passes (#14963) 2022-01-06 10:39:13 -05:00
test_modeling_big_bird.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_bigbird_pegasus.py
test_modeling_blenderbot.py Add BlenderbotTokenizerFast (#13720) 2021-10-29 09:19:01 -04:00
test_modeling_blenderbot_small.py
test_modeling_bort.py
test_modeling_camembert.py
test_modeling_canine.py Fix ignore_mismatched_sizes (#14085) 2021-10-21 12:31:29 -04:00
test_modeling_clip.py [CLIP] Fix PT test (#15041) 2022-01-05 14:21:04 +01:00
test_modeling_common.py Save code of registered custom models (#15379) 2022-02-02 10:44:37 -05:00
test_modeling_convbert.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_ctrl.py Remove n_ctx from configs (#14165) 2021-10-29 11:50:25 +02:00
test_modeling_deberta.py Add 'with torch.no_grad()' to integration test forward pass (#14821) 2021-12-20 09:25:34 -05:00
test_modeling_deberta_v2.py
test_modeling_deit.py [Tests] Improve vision tests (#14458) 2021-11-24 15:22:20 +01:00
test_modeling_detr.py
test_modeling_distilbert.py Add with torch.no_grad() to DistilBERT integration test forward pass (#14979) 2022-01-12 10:42:39 -05:00
test_modeling_dpr.py
test_modeling_electra.py Add ElectraForCausalLM -> Enable Electra encoder-decoder model (#14729) 2021-12-27 12:37:52 +01:00
test_modeling_encoder_decoder.py Correct eos_token_id settings in generate (#15403) 2022-02-03 00:24:40 +01:00
test_modeling_flaubert.py
test_modeling_flax_albert.py
test_modeling_flax_auto.py Refine errors for pretrained objects (#15261) 2022-01-21 15:00:09 -05:00
test_modeling_flax_bart.py
test_modeling_flax_beit.py
test_modeling_flax_bert.py Implement head_mask for Flax BERT and other models copied from BERT (#14620) 2021-12-17 17:06:59 +01:00
test_modeling_flax_big_bird.py Fix ignore_mismatched_sizes (#14085) 2021-10-21 12:31:29 -04:00
test_modeling_flax_blenderbot.py [Flax] Add FlaxBlenderbot (#13633) 2021-11-30 17:36:54 +05:30
test_modeling_flax_blenderbot_small.py [Flax] Add FlaxBlenderbotSmall (#14576) 2021-12-02 14:21:48 +05:30
test_modeling_flax_clip.py fix loading flax bf16 weights in pt (#14369) 2021-11-11 21:20:49 +05:30
test_modeling_flax_common.py Add a main_input_name attribute to all models (#14803) 2021-12-20 11:19:08 -05:00
test_modeling_flax_distilbert.py
test_modeling_flax_electra.py Implement head_mask for Flax BERT and other models copied from BERT (#14620) 2021-12-17 17:06:59 +01:00
test_modeling_flax_encoder_decoder.py Use cross_attention_hidden_size in Encoder-Decoder models (#14378) 2021-12-07 00:27:32 +01:00
test_modeling_flax_gpt2.py Remove n_ctx from configs (#14165) 2021-10-29 11:50:25 +02:00
test_modeling_flax_gpt_neo.py
test_modeling_flax_gptj.py FlaxGPTJ (#14396) 2021-12-01 10:57:39 +05:30
test_modeling_flax_marian.py
test_modeling_flax_mbart.py
test_modeling_flax_mt5.py
test_modeling_flax_pegasus.py
test_modeling_flax_roberta.py Implement head_mask for Flax BERT and other models copied from BERT (#14620) 2021-12-17 17:06:59 +01:00
test_modeling_flax_roformer.py Add Flax RoFormer (#15005) 2022-01-04 13:23:10 +01:00
test_modeling_flax_t5.py fix loading flax bf16 weights in pt (#14369) 2021-11-11 21:20:49 +05:30
test_modeling_flax_vision_encoder_decoder.py Add FlaxVisionEncoderDecoderModel (#13359) 2021-11-09 15:14:28 +05:30
test_modeling_flax_vision_text_dual_encoder.py VisionTextDualEncoder (#13511) 2021-11-30 22:21:48 +05:30
test_modeling_flax_vit.py
test_modeling_flax_wav2vec2.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_modeling_flax_xglm.py Add XGLM models (#14876) 2022-01-28 18:55:23 +01:00
test_modeling_fnet.py
test_modeling_fsmt.py
test_modeling_funnel.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_gpt2.py Remove n_ctx from configs (#14165) 2021-10-29 11:50:25 +02:00
test_modeling_gpt_neo.py
test_modeling_gptj.py Add GPTJForQuestionAnswering (#14503) 2021-12-06 11:44:10 -05:00
test_modeling_hubert.py [Speech models] Disable non-existing chunking in tests (#15163) 2022-01-16 17:15:19 +01:00
test_modeling_ibert.py
test_modeling_imagegpt.py [ImageGPT] Deprecate pixel_values input name to input_ids (#14801) 2021-12-17 20:05:22 +01:00
test_modeling_layoutlm.py
test_modeling_layoutlmv2.py [LayoutLMV2 Tests] Make sure input is on GPU (#15314) 2022-01-24 15:54:47 +01:00
test_modeling_led.py Fix incorrect output shapes for TF/PT LED (#13882) 2021-10-07 17:30:15 +01:00
test_modeling_longformer.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_luke.py Add mLUKE (#14640) 2021-12-07 00:25:28 -05:00
test_modeling_lxmert.py Add TF<>PT and Flax<>PT everywhere (#14047) 2021-10-25 23:55:08 +02:00
test_modeling_m2m_100.py
test_modeling_marian.py Update Transformers to huggingface_hub >= 0.1.0 (#14251) 2021-11-02 18:58:42 -04:00
test_modeling_mbart.py
test_modeling_megatron_bert.py
test_modeling_megatron_gpt2.py
test_modeling_mobilebert.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_mpnet.py
test_modeling_mt5.py
test_modeling_nystromformer.py Add Nystromformer (#14659) 2022-01-11 14:25:49 +01:00
test_modeling_openai.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_pegasus.py
test_modeling_perceiver.py [Perceiver] Skip multi-gpu tests for now (#14813) 2021-12-20 15:22:50 +01:00
test_modeling_prophetnet.py
test_modeling_qdqbert.py Add QDQBert model and quantization examples of SQUAD task (#14066) 2021-11-19 13:33:39 -05:00
test_modeling_rag.py [doc] :class: hunt (#14955) 2021-12-27 17:17:38 -08:00
test_modeling_realm.py Change REALM checkpoint to new ones (#15439) 2022-01-31 12:50:20 -05:00
test_modeling_reformer.py [Perceiver] Skip multi-gpu tests for now (#14813) 2021-12-20 15:22:50 +01:00
test_modeling_rembert.py
test_modeling_roberta.py wrapped forward passes in torch.no_grad() (#15037) 2022-01-06 08:48:49 -05:00
test_modeling_roformer.py
test_modeling_segformer.py Standardize semantic segmentation models outputs (#15469) 2022-02-04 14:52:07 -05:00
test_modeling_sew.py [Speech models] Disable non-existing chunking in tests (#15163) 2022-01-16 17:15:19 +01:00
test_modeling_sew_d.py [Speech models] Disable non-existing chunking in tests (#15163) 2022-01-16 17:15:19 +01:00
test_modeling_speech_encoder_decoder.py
test_modeling_speech_to_text.py [Speech] Move all examples to new audio feature (#14045) 2021-10-18 12:52:40 +02:00
test_modeling_speech_to_text_2.py
test_modeling_splinter.py
test_modeling_squeezebert.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_swin.py [Hotfix] Fix Swin model outputs (#15414) 2022-01-31 16:32:14 +01:00
test_modeling_t5.py
test_modeling_tapas.py
test_modeling_tf_albert.py
test_modeling_tf_auto.py Refine errors for pretrained objects (#15261) 2022-01-21 15:00:09 -05:00
test_modeling_tf_bart.py [WIP] Ensure TF model configs can be converted to proper JSON (#14415) 2021-11-17 20:24:39 +00:00
test_modeling_tf_bert.py [WIP] Ensure TF model configs can be converted to proper JSON (#14415) 2021-11-17 20:24:39 +00:00
test_modeling_tf_blenderbot.py
test_modeling_tf_blenderbot_small.py
test_modeling_tf_bort.py
test_modeling_tf_camembert.py
test_modeling_tf_clip.py [CLIP] Fix TF test (#15042) 2022-01-05 16:58:42 +01:00
test_modeling_tf_common.py remove "inputs" in tf common test script (no longer required) (#15262) 2022-02-01 10:09:49 +00:00
test_modeling_tf_convbert.py
test_modeling_tf_core.py [WIP] Ensure TF model configs can be converted to proper JSON (#14415) 2021-11-17 20:24:39 +00:00
test_modeling_tf_ctrl.py Remove n_ctx from configs (#14165) 2021-10-29 11:50:25 +02:00
test_modeling_tf_deberta.py
test_modeling_tf_deberta_v2.py
test_modeling_tf_distilbert.py
test_modeling_tf_dpr.py
test_modeling_tf_electra.py
test_modeling_tf_encoder_decoder.py fix load_weight_prefix (#15101) 2022-02-03 15:11:53 +00:00
test_modeling_tf_flaubert.py
test_modeling_tf_funnel.py
test_modeling_tf_gpt2.py [WIP] Ensure TF model configs can be converted to proper JSON (#14415) 2021-11-17 20:24:39 +00:00
test_modeling_tf_hubert.py [Wav2Vec2] Rename model's feature extractor to feature encoder (#14959) 2021-12-28 20:33:23 +01:00
test_modeling_tf_layoutlm.py remove test_model_various_embeddings (#14341) 2021-11-09 11:30:17 -05:00
test_modeling_tf_led.py Fix TFLEDModel (#15356) 2022-01-31 19:35:54 +01:00
test_modeling_tf_longformer.py
test_modeling_tf_lxmert.py
test_modeling_tf_marian.py
test_modeling_tf_mbart.py
test_modeling_tf_mobilebert.py
test_modeling_tf_mpnet.py
test_modeling_tf_mt5.py
test_modeling_tf_openai.py Remove n_ctx from configs (#14165) 2021-10-29 11:50:25 +02:00
test_modeling_tf_pegasus.py
test_modeling_tf_pytorch.py
test_modeling_tf_rag.py [doc] :class: hunt (#14955) 2021-12-27 17:17:38 -08:00
test_modeling_tf_rembert.py Fix TFRemBertEncoder all_hidden_states (#15510) 2022-02-04 16:32:14 +00:00
test_modeling_tf_roberta.py Add TFEncoderDecoderModel + Add cross-attention to some TF models (#13222) 2021-10-13 00:10:34 +02:00
test_modeling_tf_roformer.py
test_modeling_tf_t5.py TF Model train and eval step metrics for seq2seq models. (#14009) 2021-10-19 12:14:21 +01:00
test_modeling_tf_tapas.py Tapas tf (#13393) 2021-11-30 11:07:55 +01:00
test_modeling_tf_transfo_xl.py Fix ignore_mismatched_sizes (#14085) 2021-10-21 12:31:29 -04:00
test_modeling_tf_vision_encoder_decoder.py Fix TF Causal LM models' returned logits (#15256) 2022-02-01 11:04:07 +00:00
test_modeling_tf_vit.py Add TFCLIPModel (#13967) 2021-12-23 11:19:44 -05:00
test_modeling_tf_wav2vec2.py [Tests] Correct Wav2Vec2 & WavLM tests (#15015) 2022-01-03 20:19:04 +01:00
test_modeling_tf_xlm.py
test_modeling_tf_xlm_roberta.py
test_modeling_tf_xlnet.py Fix the inconsistency of loss calculation between PT/TF XLNetLMHeadModel (#15298) 2022-01-29 15:08:35 +00:00
test_modeling_transfo_xl.py [Perceiver] Skip multi-gpu tests for now (#14813) 2021-12-20 15:22:50 +01:00
test_modeling_trocr.py Add TrOCR + VisionEncoderDecoderModel (#13874) 2021-10-13 10:28:56 +02:00
test_modeling_unispeech.py [Speech models] Disable non-existing chunking in tests (#15163) 2022-01-16 17:15:19 +01:00
test_modeling_unispeech_sat.py [Speech models] Disable non-existing chunking in tests (#15163) 2022-01-16 17:15:19 +01:00
test_modeling_vilt.py [Tests] Fix test (#15324) 2022-01-25 15:48:25 +01:00
test_modeling_vision_encoder_decoder.py [Generate] Remove attention_mask and integrate model_main_input_name (#14856) 2021-12-23 19:43:37 +01:00
test_modeling_vision_text_dual_encoder.py VisionTextDualEncoder (#13511) 2021-11-30 22:21:48 +05:30
test_modeling_visual_bert.py
test_modeling_vit.py Added forward pass of test_inference_image_classification_head with torch.no_grad() (#14777) 2022-01-17 07:22:41 -05:00
test_modeling_vit_mae.py [Tests] Fix test (#15324) 2022-01-25 15:48:25 +01:00
test_modeling_wav2vec2.py Update modeling_wav2vec2.py (#15423) 2022-01-31 21:22:11 +01:00
test_modeling_wavlm.py [Tests] Correct Wav2Vec2 & WavLM tests (#15015) 2022-01-03 20:19:04 +01:00
test_modeling_xglm.py Add XGLM models (#14876) 2022-01-28 18:55:23 +01:00
test_modeling_xlm.py Generalize problem_type to all sequence classification models (#14180) 2021-10-29 10:32:56 -04:00
test_modeling_xlm_prophetnet.py
test_modeling_xlm_roberta.py
test_modeling_xlm_roberta_xl.py Add support for XLM-R XL and XXL models by modeling_xlm_roberta_xl.py (#13727) 2022-01-29 13:42:37 +01:00
test_modeling_xlnet.py [doc] :obj: hunt (#14954) 2021-12-27 15:49:48 -08:00
test_modeling_yoso.py Add YOSO (#15091) 2022-01-26 19:18:29 +01:00
test_offline.py
test_onnx.py
test_onnx_v2.py Adds IBERT to models exportable with ONNX (#14868) 2022-01-11 12:17:08 +01:00
test_optimization.py
test_optimization_tf.py
test_pipelines_audio_classification.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_pipelines_automatic_speech_recognition.py [ASR pipeline] correct asr pipeline for seq2seq models (#15541) 2022-02-07 15:35:44 +01:00
test_pipelines_common.py Adding QoL for batch_size arg (like others enabled everywhere). (#15027) 2022-01-05 12:16:23 +01:00
test_pipelines_conversational.py Adding batch_size support for (almost) all pipelines (#13724) 2021-10-29 11:34:18 +02:00
test_pipelines_feature_extraction.py Fixing tests on master. (#14317) 2021-11-08 08:28:26 -05:00
test_pipelines_fill_mask.py Adding support for multiple mask tokens. (#14716) 2021-12-14 16:46:16 +01:00
test_pipelines_image_classification.py Enabling TF on image-classification pipeline. (#15030) 2022-01-06 14:16:00 +01:00
test_pipelines_image_segmentation.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_pipelines_object_detection.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_pipelines_question_answering.py Handle long answer needs to be updated. (#14279) 2021-11-06 10:04:30 -04:00
test_pipelines_summarization.py Adding batch_size support for (almost) all pipelines (#13724) 2021-10-29 11:34:18 +02:00
test_pipelines_table_question_answering.py Fixing Dataset for TQA + token-classification. (#14658) 2021-12-08 09:54:24 +01:00
test_pipelines_text2text_generation.py Fixing support batch_size and num_return_Sequences in text-generation pipeline (#15318) 2022-01-28 12:15:30 +01:00
test_pipelines_text_classification.py Moving pipeline tests from Narsil to hf-internal-testing. (#14463) 2021-11-22 04:40:45 -05:00
test_pipelines_text_generation.py skip test for XGLM (#15445) 2022-01-31 16:53:16 -05:00
test_pipelines_token_classification.py Fixing Dataset for TQA + token-classification. (#14658) 2021-12-08 09:54:24 +01:00
test_pipelines_translation.py Fixing t2t pipelines lists outputs. (#15008) 2022-01-03 14:49:58 +01:00
test_pipelines_zero_shot.py Adding batch_size support for (almost) all pipelines (#13724) 2021-10-29 11:34:18 +02:00
test_processor_auto.py [AutoProcessor] Correct AutoProcessor and automatically add processor… (#14881) 2021-12-30 09:56:43 +01:00
test_processor_clip.py
test_processor_layoutlmv2.py
test_processor_layoutxlm.py Add LayoutXLMProcessor (and LayoutXLMTokenizer, LayoutXLMTokenizerFast) (#14115) 2021-11-03 08:59:44 +01:00
test_processor_speech_to_text.py
test_processor_vision_text_dual_encoder.py VisionTextDualEncoder (#13511) 2021-11-30 22:21:48 +05:30
test_processor_wav2vec2.py
test_processor_wav2vec2_with_lm.py [Wav2Vec2ProcessorWithLM] add alpha & beta to batch decode & decode (#15465) 2022-02-02 12:59:40 +01:00
test_retrieval_rag.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_retrieval_realm.py Change REALM checkpoint to new ones (#15439) 2022-01-31 12:50:20 -05:00
test_sequence_feature_extraction_common.py
test_skip_decorators.py
test_tokenization_albert.py
test_tokenization_auto.py Save code of registered custom models (#15379) 2022-02-02 10:44:37 -05:00
test_tokenization_bart.py
test_tokenization_barthez.py
test_tokenization_bartpho.py Add BARTpho: Pre-trained Sequence-to-Sequence Models for Vietnamese (#13788) 2021-10-18 10:16:46 -04:00
test_tokenization_bert.py fix BertTokenizerFast tokenize_chinese_chars arg (#15158) 2022-01-14 14:22:03 +01:00
test_tokenization_bert_generation.py
test_tokenization_bert_japanese.py
test_tokenization_bertweet.py
test_tokenization_big_bird.py
test_tokenization_blenderbot.py Add BlenderbotTokenizerFast (#13720) 2021-10-29 09:19:01 -04:00
test_tokenization_byt5.py up (#13988) 2021-10-14 10:54:20 +02:00
test_tokenization_camembert.py
test_tokenization_canine.py [Tests] Speed up tokenizer tests (#14964) 2021-12-28 17:02:50 +01:00
test_tokenization_clip.py
test_tokenization_common.py fix set truncation attribute in __init__ of PreTrainedTokenizerBase (#15456) 2022-02-02 23:18:09 +01:00
test_tokenization_cpm.py
test_tokenization_ctrl.py
test_tokenization_deberta.py
test_tokenization_deberta_v2.py
test_tokenization_distilbert.py
test_tokenization_dpr.py
test_tokenization_fast.py Avoid using get_list_of_files (#15287) 2022-01-25 09:41:21 -05:00
test_tokenization_fnet.py Fix FNet tokenizer tests (#13995) 2021-10-14 09:07:51 -04:00
test_tokenization_fsmt.py
test_tokenization_funnel.py
test_tokenization_gpt2.py
test_tokenization_herbert.py
test_tokenization_layoutlm.py
test_tokenization_layoutlmv2.py Improve truncation_side (#14947) 2022-01-03 16:18:39 +01:00
test_tokenization_layoutxlm.py improve saving strategy of sentencepiece tokenizer (#15328) 2022-01-27 16:24:51 +01:00
test_tokenization_luke.py Feature/fix slow test in mluke (#14749) 2021-12-22 06:35:59 -05:00
test_tokenization_lxmert.py
test_tokenization_m2m_100.py [M2M100Tokenizer] fix _build_translation_inputs (#14382) 2021-11-13 20:57:12 +05:30
test_tokenization_marian.py
test_tokenization_mbart.py improve saving strategy of sentencepiece tokenizer (#15328) 2022-01-27 16:24:51 +01:00
test_tokenization_mbart50.py [Tests] Speed up tokenizer tests (#14964) 2021-12-28 17:02:50 +01:00
test_tokenization_mluke.py [Tests] Speed up tokenizer tests (#14964) 2021-12-28 17:02:50 +01:00
test_tokenization_mpnet.py
test_tokenization_openai.py Make OpenAIGPTTokenizer work with SpaCy 2.x and 3.x (#15019) 2022-01-10 07:53:20 -05:00
test_tokenization_pegasus.py
test_tokenization_perceiver.py Fix tests (#14703) 2021-12-09 08:32:35 -05:00
test_tokenization_phobert.py
test_tokenization_prophetnet.py
test_tokenization_rag.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_tokenization_realm.py Add FastTokenizer to REALM (#15211) 2022-01-19 15:19:36 +01:00
test_tokenization_reformer.py
test_tokenization_roberta.py update the arguments add_prefix_space and trim_offsets in backend_tokenizer.post_processor of RobertaTokenizerFast (#14752) 2021-12-22 10:51:55 +01:00
test_tokenization_roformer.py
test_tokenization_small_blenderbot.py
test_tokenization_speech_to_text.py
test_tokenization_speech_to_text_2.py [Speech2Text2] Enable tokenizers (#14390) 2021-11-15 16:34:11 +01:00
test_tokenization_squeezebert.py
test_tokenization_t5.py
test_tokenization_tapas.py Improve truncation_side (#14947) 2022-01-03 16:18:39 +01:00
test_tokenization_transfo_xl.py
test_tokenization_utils.py
test_tokenization_wav2vec2.py
test_tokenization_wav2vec2_phoneme.py Wav2Vec2 meets phonemes (#14353) 2021-12-17 19:56:44 +01:00
test_tokenization_xglm.py Add XGLM models (#14876) 2022-01-28 18:55:23 +01:00
test_tokenization_xlm.py
test_tokenization_xlm_prophetnet.py
test_tokenization_xlm_roberta.py [Tests] Speed up tokenizer tests (#14964) 2021-12-28 17:02:50 +01:00
test_tokenization_xlnet.py
test_trainer.py [WIP] Add preprocess_logits_for_metrics Trainer param (#15473) 2022-02-03 12:07:20 -05:00
test_trainer_callback.py
test_trainer_distributed.py
test_trainer_seq2seq.py Remove datasets requirement (#14795) 2021-12-16 14:34:14 -05:00
test_trainer_tpu.py [TPU tests] Enable first TPU examples pytorch (#14121) 2021-10-28 01:22:28 +02:00
test_trainer_utils.py Allow dataset to be an optional argument for (Distributed)LengthGroupedSampler (#13820) 2021-10-05 09:04:39 -04:00
test_utils_check_copies.py
test_versions_utils.py