1. 26 Oct, 2022 7 commits
    • raghavanone's avatar
      Change the import of kenlm from github to pypi (#19770) · 7829c890
      raghavanone authored
      * Change the import of kenlm from github to pypi
      
      * Change the import of kenlm from github to pypi in circleci config
      
      * Fix code quality issues
      
      * Fix isort issue, add kenlm in extras for audio
      
      * Add kenlm to deps
      
      * Add kenlm to deps
      
      * Commit 'make fixup' changes
      
      * Remove version from kenlm deps
      
      * commit make fixup changes
      
      * Remove manual installation of kenlm
      
      * Remove manual installation of kenlm
      
      * Remove manual installation of kenlm
      7829c890
    • raghavanone's avatar
      Add missing information on token_type_ids for roberta model (#19766) · aeae9782
      raghavanone authored
      * Add missing information on token_type_ids for roberta model
      
      * Fix code format issues
      
      * Fix code format issues
      
      * Add more explicit document for token_type_ids for roberta
      
      * Fix flake8 issues
      
      * Fix flake8 issues
      
      * Fix flake8 issues
      
      * Fix flake8 issues
      
      * Fix flake8 issues
      aeae9782
    • Sander Land's avatar
      No conv bn folding in ipex to avoid warning (#19870) · fdffee8a
      Sander Land authored
      
      
      * no conv bn folding in ipex
      
      * no flag in training
      
      * comment
      Co-authored-by: default avatarSander Land <sander@chatdesk.com>
      fdffee8a
    • Kaylee L. Davis's avatar
      Correct README image text (#19883) · 802b98c7
      Kaylee L. Davis authored
      swap "right" and "left" so description is correct.
      802b98c7
    • regisss's avatar
      Fix LR (#19875) · 5d2d51a0
      regisss authored
      5d2d51a0
    • Revanth09's avatar
      [DOCTEST] Config doctest for `MCTCT`, `MBart` and `LayoutLM` (#19889) · 1f1cc09d
      Revanth09 authored
      * Update documentation_tests.txt
      
      * Update configuration_mbart.py
      
      * Update configuration_mctct.py
      
      * Update configuration_layoutlm.py
      
      * Update configuration_layoutlmv2.py
      
      * Update configuration_layoutlmv3.py
      
      * Update documentation_tests.txt
      1f1cc09d
    • Nicolas Patry's avatar
      Factored out some code in the `image-segmentation` pipeline. (#19727) · 5fd5990d
      Nicolas Patry authored
      * Factored out some code in the image-segmentation pipeline
      
      Re-enable `small_model_pt`.
      
      Re-enable `small_model_pt`.
      
      Enabling the current test with the current values.
      
      Debugging the values on the CI.
      
      More logs ? Printing doesn't work ?
      
      Using the CI values instead. Seems to be a Pillow sensitivity.
      
      Added a test showcasing that models not supporting some tasks get a
      clear error.
      
      Factored out code.
      
      Further factor out.
      
      Fixup.
      
      Bad rebase.
      
      Put `panoptic` before `instance` as it should be a superset.
      
      * Fixing tests.
      
      * Adding subtasks tests
      
      + Fixes `instance` segmentation which was broken due to default and
      non kwargs arguments.
      
      * Fix bad replace.
      5fd5990d
  2. 25 Oct, 2022 8 commits
  3. 24 Oct, 2022 19 commits
  4. 23 Oct, 2022 1 commit
  5. 21 Oct, 2022 5 commits