Commits
  • add custom RMSNorm to `ALL_LAYERNORM_LAYERS` (#26227)
    shijie-wu committed 2 years ago
  • Keep relevant weights in fp32 when `model._keep_in_fp32_modules` is set even when `accelerate` is not installed (#26225)
    fxmarty committed 2 years ago
  • Fix FSMT weight sharing (#26292)
    LysandreJik committed 2 years ago
  • update hf hub dependency to be compatible with the new tokenizers (#26301)
    ArthurZucker committed 2 years ago
  • Porting the torchaudio kaldi fbank implementation to audio_utils (#26182)
    ylacombe committed 2 years ago
  • More error message fixup, plus some linebreaks! (#26296)
    Rocketknight1 committed 2 years ago
  • [QUICK FIX LINK] Update trainer.py (#26293)
    SoyGema committed 2 years ago
  • Use CircleCI `store_test_results` (#26223)
    ydshieh committed 2 years ago
  • Fix doctest CI (#26324)
    ydshieh committed 2 years ago
  • [doc] fixed indices in obj detection example (#26343)
    MKhalusova committed 2 years ago
  • [`core` ] Integrate Flash attention 2 in most used models (#25598)
    younesbelkada committed 2 years ago
  • [TTA Pipeline] Fix MusicGen test (#26348)
    sanchit-gandhi committed 2 years ago
  • Add image to image pipeline (#25393)
    LeviVasconcelos committed 2 years ago
  • feat: adding num_proc to load_dataset (#26326)
    pphuc25 committed 2 years ago
  • Fixed unclosed p tags (#26240)
    HanSeokhyeon committed 2 years ago
  • Update add_new_model.md (#26365)
    NinoRisteski committed 2 years ago
  • Fix MusicGen logging error (#26370)
    osanseviero committed 2 years ago
  • [docs] removed MaskFormerSwin and TimmBackbone from the table on index.md (#26347)
    MKhalusova committed 2 years ago
  • Update tiny model information and pipeline tests (#26285)
    ydshieh committed 2 years ago
  • Add Russian localization for README (#26208)
    qweme32 committed 2 years ago
  • 🌐 [i18n-KO] Translated `audio_classification.mdx` to Korean (#26200)
    gabrielwithappy committed 2 years ago
  • Add Nougat (#25942)
    NielsRogge committed 2 years ago
  • [ViTMatte] Add resources (#26317)
    NielsRogge committed 2 years ago
  • Deleted duplicate sentence (#26394)
    titi-devv committed 2 years ago
  • added support for gradient checkpointing in ESM models (#26386)
    sanjeevk-os committed 2 years ago
  • Fix DeepSpeed issue with Idefics (#26393)
    HugoLaurencon committed 2 years ago
  • [InternLM] Add support for InternLM (#26302)
    Rocketknight1 committed 2 years ago
  • Add torch `RMSProp` optimizer (#26425)
    natolambert committed 2 years ago
  • Fix padding for IDEFICS (#26396)
    shauray8 committed 2 years ago
  • Update semantic_segmentation.md (#26419)
    zekaouinoureddine committed 2 years ago
  • Fixing tokenizer when `transformers` is installed without `tokenizers` (#26236)
    urialon committed 2 years ago
  • [`FA` / `tests`] Add use_cache tests for FA models (#26415)
    younesbelkada committed 2 years ago
  • add bf16 mixed precision support for NPU (#26163)
    ji-huazhong committed 2 years ago
  • [`PEFT`] Fix PEFT multi adapters support (#26407)
    younesbelkada committed 2 years ago
  • [Mistral] Mistral-7B-v0.1 support (#26447)
    Bam4d committed 2 years ago
  • Fix failing doctest (#26450)
    LysandreJik committed 2 years ago
  • Update `runs-on` in workflow files (#26435)
    ydshieh committed 2 years ago
  • [i18n-DE] Complete first toc chapter (#26311)
    flozi00 committed 2 years ago
  • 🌐 [i18n-KO] Translated `debugging.md` to Korean (#26246)
    wonhyeongseo committed 2 years ago
  • 🌐 [i18n-KO] Translated `perf_train_gpu_many.md` to Korean (#26244)
    wonhyeongseo committed 2 years ago
  • optimize VRAM for calculating pos_bias in LayoutLM v2, v3 (#26139)
    NormXU committed 2 years ago
  • Fix `cos_sin` device issue in Falcon model (#26448)
    ydshieh committed 2 years ago
  • docs: change assert to raise and some small docs (#26232)
    pphuc25 committed 2 years ago
  • change mention of decoder_input_ids to input_ids and same with decode_inputs_embeds (#26406)
    tmabraham committed 2 years ago
  • [VITS] Fix speaker_embed device mismatch (#26115)
    fakhirali committed 2 years ago
  • [`PEFT`] introducing `adapter_kwargs` for loading adapters from different Hub location (`subfolder`, `revision`) than the base model (#26270)
    younesbelkada committed 2 years ago
  • Do not warn about unexpected decoder weights when loading T5EncoderModel and LongT5EncoderModel (#26211)
    fleonce committed 2 years ago
  • fix_mbart_tied_weights (#26422)
    SunMarc committed 2 years ago
  • Esm checkpointing (#26454)
    Amelie-Schreiber committed 2 years ago
  • [Whisper Tokenizer] Make decoding faster after adding timestamps (#26299)
    sanchit-gandhi committed 2 years ago
  • [docs] Update offline mode docs (#26478)
    stevhliu committed 2 years ago
  • [docs] navigation improvement between text gen pipelines and text gen params (#26477)
    MKhalusova committed 2 years ago
  • Skip 2 failing persimmon pipeline tests for now (#26485)
    ydshieh committed 2 years ago
  • Avoid all-zeor attnetion mask used in testing (#26469)
    ydshieh committed 2 years ago
  • [Flax Examples] Seq2Seq ASR Fine-Tuning Script (#21764)
    sanchit-gandhi committed 2 years ago
  • [ASR Pipe] Improve docs and error messages (#26476)
    sanchit-gandhi committed 2 years ago
  • Revert falcon exception (#26472)
    LysandreJik committed 2 years ago
  • Fix num_heads in _upad_input (#26490)
    fs4r committed 2 years ago
  • Fix requests connection error during modelcard creation (#26518)
    jphme committed 2 years ago
  • Fix issue of canine forward requiring input_ids anyway (#26290)
    marcmk6 committed 2 years ago
  • Fix broken link to video classification task (#26487)
    HelgeS committed 2 years ago
  • [`PEFT`] Pass token when calling `find_adapter_config` (#26488)
    younesbelkada committed 2 years ago
  • [`core`/ `auto` ] Fix bnb test with code revision + bug with code revision (#26431)
    younesbelkada committed 2 years ago
  • Fix model integration ci (#26322)
    ArthurZucker committed 2 years ago
  • [`PEFT`] Protect `adapter_kwargs` check (#26537)
    younesbelkada committed 2 years ago
  • Remove-warns (#26483)
    ArthurZucker committed 2 years ago
  • [Doctest] Add configuration_roformer.py (#26530)
    hegdeadithyak committed 2 years ago
  • Code-llama-nit (#26300)
    ArthurZucker committed 2 years ago
  • add build_inputs_with_special_tokens to LlamaFast (#26297)
    ArthurZucker committed 2 years ago
  • 🌐 [i18n-KO] Translated `tokenizer_summary.md` to Korean (#26243)
    wonhyeongseo committed 2 years ago
  • [i18n-DE] contribute chapter (#26481)
    flozi00 committed 2 years ago
  • Bump urllib3 from 1.26.5 to 1.26.17 in /examples/research_projects/lxmert (#26551)
    dependabot[bot] committed 2 years ago
  • Bump urllib3 from 1.26.5 to 1.26.17 in /examples/research_projects/visual_bert (#26552)
    dependabot[bot] committed 2 years ago
  • Bump urllib3 from 1.26.9 to 1.26.17 in /examples/research_projects/decision_transformer (#26554)
    dependabot[bot] committed 2 years ago
  • [RFC, Logging] Change warning to info (#26545)
    patrickvonplaten committed 2 years ago
  • Add tokenizer kwargs to fill mask pipeline. (#26234)
    nmcahill committed 2 years ago
  • [Wav2Vec2 and Co] Update init tests for PT 2.1 (#26494)
    sanchit-gandhi committed 2 years ago
  • [AMD] Add initial version for run_tests_multi_gpu (#26346)
    mfuntowicz committed 2 years ago
  • [Doctest] Add `configuration_encoder_decoder.py` (#26519)
    SrijanSahaySrivastava committed 2 years ago
  • Nit-added-tokens (#26538)
    ArthurZucker committed 2 years ago
  • [`Mistral`] Add Flash Attention-2 support for `mistral` (#26464)
    younesbelkada committed 2 years ago
  • [`PEFT`] Final fixes (#26559)
    younesbelkada committed 2 years ago
  • [`Nougat`] from transformers import * (#26562)
    ArthurZucker committed 2 years ago
  • v4.35.0.dev0
    LysandreJik committed 2 years ago
  • [Whisper] Allow basic text normalization (#26149)
    sanchit-gandhi committed 2 years ago
  • 🌐 [i18n-KO] Translated `semantic_segmentation.md` to Korean (#26515)
    jungnerd committed 2 years ago
  • [Tokenizers] Skip tests temporarily (#26574)
    LysandreJik committed 2 years ago
  • docs: feat: add clip notebook resources from OSSCA community (#26505)
    junejae committed 2 years ago
  • Bump pillow from 9.3.0 to 10.0.1 in /examples/research_projects/decision_transformer (#26580)
    dependabot[bot] committed 2 years ago
  • Extend Trainer to enable Ascend NPU to use the fused Adamw optimizer when training (#26194)
    ji-huazhong committed 2 years ago
  • feat: add trainer label to wandb run upon initialization (#26466)
    parambharat committed 2 years ago
  • Docstring check (#26052)
    sgugger committed 2 years ago
  • Add add_generation_prompt argument to apply_chat_template (#26573)
    Rocketknight1 committed 2 years ago
  • refactor: change default block_size (#26229)
    pphuc25 committed 2 years ago
  • [Mistral] Update config docstring (#26593)
    sanchit-gandhi committed 2 years ago
  • Add # Copied from statements to audio feature extractors that use the floats_list function (#26581)
    dg845 committed 2 years ago
  • Fix embarrassing typo in the doc chat template! (#26596)
    Rocketknight1 committed 2 years ago
  • Fix encoder->decoder typo bug in convert_t5x_checkpoint_to_pytorch.py (#26587)
    soyoung97 committed 2 years ago
  • skip flaky hub tests (#26594)
    ArthurZucker committed 2 years ago
  • Update mistral.md to update 404 link (#26590)
    Galland committed 2 years ago
  • + more commits ...
Loading