1. 05 Jan, 2023 1 commit
  2. 02 Nov, 2022 1 commit
  3. 14 Sep, 2022 1 commit
  4. 21 Jun, 2022 1 commit
  5. 03 May, 2022 1 commit
    • Yih-Dar's avatar
      Move test model folders (#17034) · 19420fd9
      Yih-Dar authored
      
      
      * move test model folders (TODO: fix imports and others)
      
      * fix (potentially partially) imports (in model test modules)
      
      * fix (potentially partially) imports (in tokenization test modules)
      
      * fix (potentially partially) imports (in feature extraction test modules)
      
      * fix import utils.test_modeling_tf_core
      
      * fix path ../fixtures/
      
      * fix imports about generation.test_generation_flax_utils
      
      * fix more imports
      
      * fix fixture path
      
      * fix get_test_dir
      
      * update module_to_test_file
      
      * fix get_tests_dir from wrong transformers.utils
      
      * update config.yml (CircleCI)
      
      * fix style
      
      * remove missing imports
      
      * update new model script
      
      * update check_repo
      
      * update SPECIAL_MODULE_TO_TEST_MAP
      
      * fix style
      
      * add __init__
      
      * update self-scheduled
      
      * fix add_new_model scripts
      
      * check one way to get location back
      
      * python setup.py build install
      
      * fix import in test auto
      
      * update self-scheduled.yml
      
      * update slack notification script
      
      * Add comments about artifact names
      
      * fix for yolos
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      19420fd9
  6. 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
  7. 23 Feb, 2022 1 commit
  8. 16 Feb, 2022 2 commits
  9. 15 Feb, 2022 1 commit
  10. 30 Dec, 2021 1 commit
  11. 08 Dec, 2021 1 commit
  12. 06 Dec, 2021 1 commit
    • Lysandre Debut's avatar
      Auto processor fix (#14623) · e9688875
      Lysandre Debut authored
      
      
      * Add AutoProcessor class
      Init and tests
      Add doc
      Fix init
      Update src/transformers/models/auto/processing_auto.py
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      Reverts to tokenizer or feature extractor when available
      Adapt test
      
      * Revert "Adapt test"
      
      This reverts commit bbdde5fab02465f24b54b227390073082cb32093.
      
      * Revert "Reverts to tokenizer or feature extractor when available"
      
      This reverts commit 77659ff5d21b6cc0baf6f443017e35e056a525bb.
      
      * Don't revert everything Lysandre!
      Co-authored-by: default avatarSylvain Gugger <sylvain.gugger@gmail.com>
      e9688875
  13. 22 Nov, 2021 1 commit