You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
amyeroberts e6122c3f40
Fix image segmentation tool bug (#23897)
11 months ago
..
benchmark Fix quality due to ruff release 1 year ago
commands add trust_remote_code option to CLI download cmd (#24097) 11 months ago
data Remove missplaced test file (#23275) 1 year ago
generation Update urls in warnings for rich rendering (#24136) 11 months ago
kernels Clean up CUDA kernels (#23455) 1 year ago
models remove unused is_decoder parameter in DetrAttention (#24226) 11 months ago
onnx Fix issue introduced in PR #23163 (#23363) 1 year ago
pipelines fix: TextIteratorStreamer cannot work with pipeline (#23641) 11 months ago
sagemaker [Refactor] Relative imports wherever we can (#21880) 1 year ago
tools Fix image segmentation tool bug (#23897) 11 months ago
utils [WIP] add EnCodec model (#23655) 11 months ago
__init__.py [WIP] add EnCodec model (#23655) 11 months ago
activations.py Add Mega: Moving Average Equipped Gated Attention (#21766) 1 year ago
activations_tf.py TF: Add sigmoid activation function (#16819) 2 years ago
audio_utils.py audio_utils improvements (#21998) 1 year ago
configuration_utils.py [`bnb`] Fix bnb config json serialization (#24137) 11 months ago
convert_graph_to_onnx.py Update quality tooling for formatting (#21480) 1 year ago
convert_pytorch_checkpoint_to_tf2.py Update quality tooling for formatting (#21480) 1 year ago
convert_slow_tokenizer.py Fix bug in slow tokenizer conversion, make it a lot faster (#24266) 11 months ago
convert_slow_tokenizers_checkpoints_to_fast.py Black preview (#17217) 2 years ago
convert_tf_hub_seq_to_seq_bert_to_pytorch.py Enforce string-formatting with f-strings (#10980) 3 years ago
debug_utils.py Black preview (#17217) 2 years ago
deepspeed.py accelerate deepspeed and gradient accumulation integrate (#23236) 11 months ago
dependency_versions_check.py Update check of core deps (#24277) 11 months ago
dependency_versions_table.py Clean up old Accelerate checks (#24279) 11 months ago
dynamic_module_utils.py Remote code improvements (#23959) 11 months ago
feature_extraction_sequence_utils.py Fix wav2vec2 is_batched check to include 2-D numpy arrays (#23223) 1 year ago
feature_extraction_utils.py Unpin numba (#23162) 11 months ago
file_utils.py Better check for packages availability (#23163) 1 year ago
generation_flax_utils.py Generate: move generation_*.py src files into generation/*.py (#20096) 1 year ago
generation_tf_utils.py Generate: move generation_*.py src files into generation/*.py (#20096) 1 year ago
generation_utils.py Generate: move generation_*.py src files into generation/*.py (#20096) 1 year ago
hf_argparser.py Fix hf_argparser.parse_json_file to open file with utf-8 encoding, close file when finished (#23194) 1 year ago
image_processing_utils.py Add Segment Anything Model (SAM) (#22654) 1 year ago
image_transforms.py Bug fix - flip_channel_order for channels first images (#23701) 11 months ago
image_utils.py Test composition (#23214) 1 year ago
integrations.py TensorBoard callback no longer adds hparams (#23999) 11 months ago
keras_callbacks.py Fix to KerasMetricCallback when the model returns unstructured output (#21727) 1 year ago
modelcard.py Fix quality due to ruff release 1 year ago
modeling_flax_outputs.py Resnet flax (#21472) 1 year ago
modeling_flax_pytorch_utils.py [Flax] adding support for batch norm layers (#21581) 1 year ago
modeling_flax_utils.py Generate: faster `can_generate` check on TF and Flax (#23398) 1 year ago
modeling_outputs.py Fix some docs what layerdrop does (#23691) 1 year ago
modeling_tf_outputs.py Better TF docstring types (#23477) 1 year ago
modeling_tf_pytorch_utils.py Move TF building to an actual build() method (#23760) 11 months ago
modeling_tf_utils.py Stop storing references to bound methods via tf.function (#24146) 11 months ago
modeling_utils.py Clean up old Accelerate checks (#24279) 11 months ago
optimization.py Editing issue with pickle def with lambda function (#23869) 11 months ago
optimization_tf.py Fix some docs what layerdrop does (#23691) 1 year ago
processing_utils.py refactor: Make direct_transformers_import util (#21652) 1 year ago
pytorch_utils.py `Pix2StructImageProcessor` requires `torch>=1.11.0` (#24270) 11 months ago
testing_utils.py Stop storing references to bound methods via tf.function (#24146) 11 months ago
tf_utils.py TF version compatibility fixes (#23663) 1 year ago
time_series_utils.py [Time-Series] Autoformer model (#21891) 11 months ago
tokenization_utils.py Add clean_up_tokenization_spaces to config (#22341) 1 year ago
tokenization_utils_base.py [fix] bug in BatchEncoding.__getitem__ (#24293) 11 months ago
tokenization_utils_fast.py Replace appends with list comprehension. (#23359) 1 year ago
trainer.py Clean up old Accelerate checks (#24279) 11 months ago
trainer_callback.py Change ProgressCallback to use dynamic_ncols=True (#24101) 11 months ago
trainer_pt_utils.py Fix `ReduceLROnPlateau` object has no attribute 'get_last_lr' (#23944) 11 months ago
trainer_seq2seq.py Seq2SeqTrainer: Evict decoder_input_ids only when it is created from labels (#22772) 1 year ago
trainer_tf.py Update quality tooling for formatting (#21480) 1 year ago
trainer_utils.py Prevent ZeroDivisionError on `trainer.evaluate` if model and dataset are tiny (#24049) 11 months ago
training_args.py deprecate `use_mps_device` (#24239) 11 months ago
training_args_seq2seq.py Fix: Seq2SeqTrainingArgs overriding to_dict for GenerationConfig json support (#22919) 1 year ago
training_args_tf.py Fix some docs what layerdrop does (#23691) 1 year ago