transformers/src/transformers
2024-01-29 15:25:00 +00:00
..
benchmark
commands
data Remove fast tokenization warning in Data Collators (#28213) 2024-01-02 18:32:23 +00:00
generation Add back in generation types (#28681) 2024-01-24 14:37:30 +00:00
integrations integrations: fix DVCLiveCallback model logging (#28653) 2024-01-23 10:11:10 +01:00
kernels
models Fix typo of Block. (#28727) 2024-01-29 15:25:00 +00:00
onnx Byebye torch 1.10 (#28207) 2024-01-11 16:18:27 +01:00
pipelines Fix DepthEstimationPipeline's docstring (#28733) 2024-01-29 10:42:55 +01:00
sagemaker
tools fix: suppress GatedRepoError to use cache file (fix #28558). (#28566) 2024-01-26 16:25:08 +00:00
utils Add serialization logic to pytree types (#27871) 2024-01-29 10:41:20 +01:00
__init__.py [Siglip] protect from imports if sentencepiece not installed (#28737) 2024-01-28 15:10:14 +00:00
activations.py SiLU activation wrapper for safe importing (#28509) 2024-01-15 19:36:59 +00:00
activations_tf.py
audio_utils.py
cache_utils.py
configuration_utils.py Config: warning when saving generation kwargs in the model config (#28514) 2024-01-16 18:31:01 +00:00
convert_graph_to_onnx.py Byebye torch 1.10 (#28207) 2024-01-11 16:18:27 +01:00
convert_pytorch_checkpoint_to_tf2.py Fix weights_only (#28725) 2024-01-26 13:00:49 +01:00
convert_slow_tokenizer.py [Core Tokenization] Support a fix for spm fast models (#26678) 2024-01-18 12:31:54 +01:00
convert_slow_tokenizers_checkpoints_to_fast.py
convert_tf_hub_seq_to_seq_bert_to_pytorch.py
debug_utils.py
deepspeed.py
dependency_versions_check.py
dependency_versions_table.py Pin pytest version <8.0.0 (#28758) 2024-01-29 15:22:14 +00:00
dynamic_module_utils.py
feature_extraction_sequence_utils.py
feature_extraction_utils.py
file_utils.py Add FastSpeech2Conformer (#23439) 2024-01-03 18:01:06 +00:00
generation_flax_utils.py Generate: deprecate old src imports (#28607) 2024-01-27 15:54:19 +00:00
generation_tf_utils.py Generate: deprecate old src imports (#28607) 2024-01-27 15:54:19 +00:00
generation_utils.py Generate: deprecate old src imports (#28607) 2024-01-27 15:54:19 +00:00
hf_argparser.py
hyperparameter_search.py
image_processing_utils.py Drop feature_extractor_type when loading an image processor file (#28195) 2023-12-22 13:19:04 +01:00
image_transforms.py
image_utils.py
keras_callbacks.py
modelcard.py
modeling_attn_mask_utils.py symbolic_trace: add past_key_values, llama, sdpa support (#28447) 2024-01-17 11:50:53 +01:00
modeling_flax_outputs.py
modeling_flax_pytorch_utils.py Fix weights_only (#28725) 2024-01-26 13:00:49 +01:00
modeling_flax_utils.py fix: suppress GatedRepoError to use cache file (fix #28558). (#28566) 2024-01-26 16:25:08 +00:00
modeling_outputs.py Improved type hinting for all attention parameters (#28479) 2024-01-24 16:47:34 +00:00
modeling_tf_outputs.py
modeling_tf_pytorch_utils.py Fix weights_only (#28725) 2024-01-26 13:00:49 +01:00
modeling_tf_utils.py fix: suppress GatedRepoError to use cache file (fix #28558). (#28566) 2024-01-26 16:25:08 +00:00
modeling_utils.py fix: suppress GatedRepoError to use cache file (fix #28558). (#28566) 2024-01-26 16:25:08 +00:00
optimization.py
optimization_tf.py
processing_utils.py Don't fail when LocalEntryNotFoundError during processor_config.json loading (#28709) 2024-01-26 09:02:32 +01:00
pytorch_utils.py Add serialization logic to pytree types (#27871) 2024-01-29 10:41:20 +01:00
safetensors_conversion.py
testing_utils.py Add FastSpeech2Conformer (#23439) 2024-01-03 18:01:06 +00:00
tf_utils.py
time_series_utils.py
tokenization_utils.py
tokenization_utils_base.py fix: suppress GatedRepoError to use cache file (fix #28558). (#28566) 2024-01-26 16:25:08 +00:00
tokenization_utils_fast.py
trainer.py Fix weights_only (#28725) 2024-01-26 13:00:49 +01:00
trainer_callback.py Change progress logging to once across all nodes (#28373) 2024-01-12 15:01:21 -05:00
trainer_pt_utils.py
trainer_seq2seq.py
trainer_utils.py TF: purge TFTrainer (#28483) 2024-01-12 16:56:34 +00:00
training_args.py add dataloader prefetch factor in training args and trainer (#28498) 2024-01-23 15:08:18 +00:00
training_args_seq2seq.py
training_args_tf.py