transformers/src/transformers
Yoni Gozlan f111d5b783
Uniformize kwargs for Paligemma processor and update docs (#33571)
* Uniformize paligemma processor

* nit
2024-09-19 14:14:06 -04:00
..
agents Decorator for easier tool building (#33439) 2024-09-18 11:07:51 +02:00
benchmark
commands
data Fix: use torch.from_numpy() to create tensors for np.ndarrays (#33201) 2024-09-02 17:45:55 +01:00
generation change sequence_bias type of SequenceBiasLogitsProcessor to list, add… (#33375) 2024-09-19 17:35:44 +01:00
integrations Fix bnb dequantization (#33546) 2024-09-18 19:10:28 +02:00
kernels Fix import of FalconMambaForCausalLM (#33381) 2024-09-10 09:14:54 +02:00
models Uniformize kwargs for Paligemma processor and update docs (#33571) 2024-09-19 14:14:06 -04:00
onnx
pipelines Return attention mask in ASR pipeline to avoid warnings (#33509) 2024-09-18 15:57:39 +01:00
quantizers Enable finetuning with torchao quantized model (#33361) 2024-09-13 15:07:12 +02:00
sagemaker
utils Codec integration (#33565) 2024-09-18 19:23:44 +02:00
__init__.py Codec integration (#33565) 2024-09-18 19:23:44 +02:00
activations.py
activations_tf.py
audio_utils.py
cache_utils.py Cache: don't throw warnings on gemma2 when instantiating a new cache (#33595) 2024-09-19 17:42:47 +01:00
configuration_utils.py support loading model without config.json file (#32356) 2024-09-06 13:49:47 +02:00
convert_graph_to_onnx.py
convert_pytorch_checkpoint_to_tf2.py
convert_slow_tokenizer.py Mitigate a conflict when using sentencepiece (#33327) 2024-09-13 13:19:06 +02:00
convert_slow_tokenizers_checkpoints_to_fast.py Add support for GGUF Phi-3 (#31844) 2024-09-10 13:32:38 +02:00
convert_tf_hub_seq_to_seq_bert_to_pytorch.py
debug_utils.py
deepspeed.py
dependency_versions_check.py
dependency_versions_table.py schedulefree optimizers (#30079) 2024-09-09 09:51:39 +02:00
dynamic_module_utils.py Load dynamic module (remote code) only once if code isn't change (#33162) 2024-09-06 12:49:35 +01:00
feature_extraction_sequence_utils.py
feature_extraction_utils.py Fix: use torch.from_numpy() to create tensors for np.ndarrays (#33201) 2024-09-02 17:45:55 +01:00
file_utils.py
hf_argparser.py
hyperparameter_search.py
image_processing_base.py
image_processing_utils.py
image_processing_utils_fast.py
image_transforms.py
image_utils.py Fix: use torch.from_numpy() to create tensors for np.ndarrays (#33201) 2024-09-02 17:45:55 +01:00
keras_callbacks.py
modelcard.py
modeling_attn_mask_utils.py remove torch input dependant control flow (#33245) 2024-09-03 07:41:14 +02:00
modeling_flash_attention_utils.py
modeling_flax_outputs.py
modeling_flax_pytorch_utils.py
modeling_flax_utils.py
modeling_gguf_pytorch_utils.py Add Qwen2Moe GGUF loading support (#33264) 2024-09-05 17:42:03 +02:00
modeling_outputs.py
modeling_rope_utils.py RoPE: fix BC warning (#33331) 2024-09-06 16:15:11 +01:00
modeling_tf_outputs.py
modeling_tf_pytorch_utils.py
modeling_tf_utils.py
modeling_utils.py Fix parametrization-based weight norm (#33275) 2024-09-17 08:05:21 +02:00
optimization.py
optimization_tf.py
processing_utils.py add uniform processors for altclip + chinese_clip (#31198) 2024-09-19 17:21:54 +02:00
pytorch_utils.py Add GraniteRMSNorm (#33177) 2024-09-02 09:39:39 +02:00
safetensors_conversion.py
testing_utils.py schedulefree optimizers (#30079) 2024-09-09 09:51:39 +02:00
tf_utils.py
time_series_utils.py
tokenization_utils.py Fix for slow the bug tokenizer adding spaces to single id decodes (#32564) 2024-09-18 12:32:02 +02:00
tokenization_utils_base.py chore: fix typo in comment in tokenization_utils_base.py (#33466) 2024-09-13 14:25:20 -07:00
tokenization_utils_fast.py Enable padding_side as call time kwargs (#33385) 2024-09-13 11:58:38 +01:00
trainer.py Add revision to trainer push_to_hub (#33482) 2024-09-17 23:11:32 +02:00
trainer_callback.py add a callback hook right before the optimizer step (#33444) 2024-09-13 10:43:45 +02:00
trainer_pt_utils.py
trainer_seq2seq.py
trainer_utils.py
training_args.py schedulefree optimizers (#30079) 2024-09-09 09:51:39 +02:00
training_args_seq2seq.py
training_args_tf.py