"vscode:/vscode.git/clone" did not exist on "0b4c3a1a53056b839eef571a24081b5ae97d881c"
  1. 09 May, 2024 1 commit
    • Lysandre Debut's avatar
      Removal of deprecated maps (#30576) · 297b732b
      Lysandre Debut authored
      * [test_all] Remove all imports
      
      Remove remaining ARCHIVE MAPS
      
      Remove remaining PRETRAINED maps
      
      * review comments
      
      * [test_all] empty commit to trigger tests
      297b732b
  2. 25 Mar, 2024 1 commit
  3. 25 Jul, 2023 1 commit
  4. 27 Feb, 2023 1 commit
  5. 22 Feb, 2023 1 commit
  6. 16 Feb, 2023 1 commit
  7. 06 Feb, 2023 1 commit
    • Sylvain Gugger's avatar
      Update quality tooling for formatting (#21480) · 6f79d264
      Sylvain Gugger authored
      * Result of black 23.1
      
      * Update target to Python 3.7
      
      * Switch flake8 to ruff
      
      * Configure isort
      
      * Configure isort
      
      * Apply isort with line limit
      
      * Put the right black version
      
      * adapt black in check copies
      
      * Fix copies
      6f79d264
  8. 26 Jan, 2023 1 commit
  9. 23 Jan, 2023 1 commit
  10. 27 Dec, 2022 1 commit
  11. 30 Nov, 2022 1 commit
  12. 29 Nov, 2022 1 commit
    • fxmarty's avatar
      Fix torch meshgrid warnings (#20475) · 3b91f96f
      fxmarty authored
      * fix torch meshgrid warnings
      
      * support lower torch versions
      
      * don't edit examples
      
      * dont edit examples
      
      * fix ci
      
      * fix style
      
      * rebase cleanup
      
      * fix ci again
      3b91f96f
  13. 26 Sep, 2022 1 commit
  14. 23 Sep, 2022 1 commit
  15. 11 Aug, 2022 1 commit
  16. 19 Jul, 2022 1 commit
  17. 03 Jun, 2022 1 commit
  18. 12 May, 2022 1 commit
  19. 05 May, 2022 1 commit
  20. 12 Apr, 2022 1 commit
    • Anmol Joshi's avatar
      Moved functions to pytorch_utils.py (#16625) · a315988b
      Anmol Joshi authored
      * Moved functions to pytorch_utils.py
      
      * isort formatting
      
      * Reverted tf changes
      
      * isort, make fix-copies
      
      * documentation fix
      
      * Fixed Conv1D import
      
      * Reverted research examples file
      
      * backward compatibility for pytorch_utils
      
      * missing import
      
      * isort fix
      a315988b
  21. 28 Mar, 2022 1 commit
  22. 25 Mar, 2022 1 commit
  23. 23 Mar, 2022 1 commit
    • Sylvain Gugger's avatar
      Reorganize file utils (#16264) · 4975002d
      Sylvain Gugger authored
      * Split file_utils in several submodules
      
      * Fixes
      
      * Add back more objects
      
      * More fixes
      
      * Who exactly decided to import that from there?
      
      * Second suggestion to code with code review
      
      * Revert wront move
      
      * Fix imports
      
      * Adapt all imports
      
      * Adapt all imports everywhere
      
      * Revert this import, will fix in a separate commit
      4975002d
  24. 15 Mar, 2022 1 commit
  25. 09 Mar, 2022 1 commit
  26. 09 Feb, 2022 1 commit
  27. 28 Dec, 2021 1 commit
    • Sylvain Gugger's avatar
      Doc styler examples (#14953) · b5e2b183
      Sylvain Gugger authored
      * Fix bad examples
      
      * Add black formatting to style_doc
      
      * Use first nonempty line
      
      * Put it at the right place
      
      * Don't add spaces to empty lines
      
      * Better templates
      
      * Deal with triple quotes in docstrings
      
      * Result of style_doc
      
      * Enable mdx treatment and fix code examples in MDXs
      
      * Result of doc styler on doc source files
      
      * Last fixes
      
      * Break copy from
      b5e2b183
  28. 27 Dec, 2021 2 commits
  29. 24 Dec, 2021 1 commit
  30. 22 Dec, 2021 1 commit
  31. 21 Dec, 2021 3 commits
    • Sylvain Gugger's avatar
      Fix doc mistakes (#14874) · d0422de5
      Sylvain Gugger authored
      * Remove double returns
      
      * Last fixes
      
      * Quality
      
      * Last fix for Lxmert
      d0422de5
    • Sylvain Gugger's avatar
      Mass conversion of documentation from rst to Markdown (#14866) · 27b3031d
      Sylvain Gugger authored
      * Convert docstrings of all configurations and tokenizers
      
      * Processors and fixes
      
      * Last modeling files and fixes to models
      
      * Pipeline modules
      
      * Utils files
      
      * Data submodule
      
      * All the other files
      
      * Style
      
      * Missing examples
      
      * Style again
      
      * Fix copies
      
      * Say bye bye to rst docstrings forever
      27b3031d
    • Sylvain Gugger's avatar
      Convert docstrings of modeling files (#14850) · 7af80f66
      Sylvain Gugger authored
      * Convert file_utils docstrings to Markdown
      
      * Test on BERT
      
      * Return block indent
      
      * Temporarily disable doc styler
      
      * Remove from quality checks as well
      
      * Remove doc styler mess
      
      * Remove check from circleCI
      
      * Fix typo
      
      * Convert file_utils docstrings to Markdown
      
      * Test on BERT
      
      * Return block indent
      
      * Temporarily disable doc styler
      
      * Remove from quality checks as well
      
      * Remove doc styler mess
      
      * Remove check from circleCI
      
      * Fix typo
      
      * Let's go on all other model files
      
      * Add templates too
      
      * Styling and quality
      7af80f66
  32. 20 Dec, 2021 2 commits
  33. 15 Dec, 2021 2 commits
  34. 14 Dec, 2021 1 commit
    • Nicolas Patry's avatar
      Fixing tests for Perceiver (#14739) · 546a91ab
      Nicolas Patry authored
      * Adding some slow test to check for perceiver at least from a high level.
      
      * Re-enabling fast tests for Perceiver ImageClassification.
      
      * Perceiver might try to run without Tokenizer (Fast doesn't exist) and
      with FeatureExtractor some text only pipelines.
      
      * Oops.
      
      * Adding a comment for `update_config_with_model_class`.
      
      * Remove `model_architecture` to get `tiny_config`.
      
      * Finalize rebase.
      
      * Smarter way to handle undefined FastTokenizer.
      
      * Remove old code.
      
      * Addressing some nits.
      
      * Don't instantiate `None`.
      546a91ab
  35. 13 Dec, 2021 1 commit
    • NielsRogge's avatar
      Improve perceiver (#14750) · e926ea2b
      NielsRogge authored
      * First draft
      
      * Improve docstring + clean up tests
      
      * Remove unused code
      
      * Add check in case one doesn't provide a preprocessor
      e926ea2b