1. 04 Aug, 2023 1 commit
  2. 02 Aug, 2023 1 commit
  3. 25 Jul, 2023 2 commits
  4. 24 Jul, 2023 2 commits
  5. 14 Jul, 2023 1 commit
  6. 28 Jun, 2023 1 commit
  7. 27 Jun, 2023 1 commit
    • Sylvain Gugger's avatar
      Clean load keys (#24505) · 8e5d1619
      Sylvain Gugger authored
      * Preliminary work on some models
      
      * Fix test load missing and make sure nonpersistent buffers are tested
      
      * Always ignore nonpersistent buffers if in state_dict
      
      * Treat models
      
      * More models
      
      * Treat remaining models
      
      * Fix quality
      
      * Fix tests
      
      * Remove draft
      
      * This test is not needed anymore
      
      * Fix copies
      
      * Fix last test
      
      * Newly added models
      
      * Fix last tests
      
      * Address review comments
      8e5d1619
  8. 22 Jun, 2023 1 commit
  9. 21 Jun, 2023 1 commit
  10. 15 Jun, 2023 1 commit
  11. 13 Jun, 2023 1 commit
    • Sylvain Gugger's avatar
      Tied params cleanup (#24211) · 695928e1
      Sylvain Gugger authored
      * First test
      
      * Add info for all models
      
      * style
      
      * Repo consistency
      
      * Fix last model and cleanup prints
      
      * Repo consistency
      
      * Use consistent function for detecting tied weights
      695928e1
  12. 16 May, 2023 1 commit
  13. 24 Apr, 2023 1 commit
  14. 04 Apr, 2023 2 commits
  15. 31 Mar, 2023 1 commit
  16. 13 Mar, 2023 1 commit
  17. 09 Mar, 2023 1 commit
  18. 06 Mar, 2023 1 commit
  19. 27 Feb, 2023 2 commits
  20. 22 Feb, 2023 1 commit
  21. 14 Feb, 2023 1 commit
  22. 10 Feb, 2023 2 commits
  23. 09 Feb, 2023 3 commits
  24. 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
  25. 01 Feb, 2023 1 commit
  26. 26 Jan, 2023 1 commit
  27. 23 Jan, 2023 1 commit
  28. 12 Jan, 2023 1 commit
  29. 27 Dec, 2022 1 commit
  30. 14 Dec, 2022 1 commit
  31. 28 Nov, 2022 1 commit
  32. 21 Nov, 2022 1 commit
    • NielsRogge's avatar
      Add Audio Spectogram Transformer (#19981) · 4973d2a0
      NielsRogge authored
      
      
      * First draft
      
      * Make conversion script work
      
      * Add id2label mapping, run code quality
      
      * Fix copies
      
      * Add first draft of feature extractor
      
      * Update conversion script to use feature extractor
      
      * Make more tests pass
      
      * Add docs
      
      * update input_features to input_values + pad by default to max length
      
      * Fix doc tests
      
      * Add feature extractor tests
      
      * Add proper padding/truncation to feature extractor
      
      * Add support for conversion of all audioset checkpoints
      
      * Improve docs and extend conversion script
      
      * Fix README
      
      * Rename spectogram to spectrogram
      
      * Fix copies
      
      * Add integration test
      
      * Remove dummy conv
      
      * Update to ast
      
      * Update organization
      
      * Fix init
      
      * Rename model to AST
      
      * Add require_torchaudio annotator
      
      * Move import of ASTFeatureExtractor under a is_speech_available
      
      * Fix rebase
      
      * Add pipeline config
      
      * Update name of classifier head
      
      * Rename time_dimension and frequency_dimension for clarity
      
      * Remove print statement
      
      * Fix pipeline test
      
      * Fix pipeline test
      
      * Fix index table
      
      * Fix init
      
      * Fix conversion script
      
      * Rename to ForAudioClassification
      
      * Fix index table
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
      4973d2a0
  33. 14 Nov, 2022 1 commit