"vscode:/vscode.git/clone" did not exist on "fa9d2ad7ec0b41e6ac646cde507b747e7688a7c0"
  1. 09 May, 2023 4 commits
    • Sylvain Gugger's avatar
      Add RWKV-4 (#22797) · b4d4d6fe
      Sylvain Gugger authored
      
      
      * First draft of RWKV-4
      
      * Add support for generate
      
      * Style post-rebase
      
      * Properly use state
      
      * Write doc
      
      * Fix doc
      
      * More math
      
      * Add model to README, dummies and clean config
      
      * Fix init
      
      * multiple fixes:
      
      - fix common tests
      - fix configuraion default values
      - add CI test for checking state computation
      - fix some CI tests
      
      * correct tokenizer
      
      * some tweaks
      
      - fix config docstring
      - fix failing tests
      
      * fix CI tests
      
      - add output_attention / output_hidden_states
      - override test_initialization
      - fix failing CIs
      
      * fix conversion script
      
      - fix sharded case
      - add new arguments
      
      * add slow tests + more fixes on conversion script
      
      * add another test
      
      * final fixes
      
      * change single name variable
      
      * add mock attention mask for pipeline to work
      
      * correct eos token id
      
      * fix nits
      
      * add checkpoints
      
      * Apply suggestions from code review
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      
      * add `tie_word_embeddings` in docstring
      
      * change tensor name
      
      * fix final nits
      
      * Trigger CI
      
      ---------
      Co-authored-by: default avataryounesbelkada <younesbelkada@gmail.com>
      Co-authored-by: default avatarYounes Belkada <49240599+younesbelkada@users.noreply.github.com>
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      b4d4d6fe
    • Furkan Akkurt's avatar
      Fix typo ; Update output.mdx (#23227) · 51ae5665
      Furkan Akkurt authored
      51ae5665
    • Matthijs Hollemans's avatar
      audio_utils improvements (#21998) · 7f919509
      Matthijs Hollemans authored
      * silly change to allow making a PR
      
      * clean up doc comments
      
      * simplify hertz_to_mel and mel_to_hertz
      
      * fixup
      
      * clean up power_to_db
      
      * also add amplitude_to_db
      
      * move functions
      
      * clean up mel_filter_bank
      
      * fixup
      
      * credit librosa & torchaudio authors
      
      * add unit tests
      
      * tests for power_to_db and amplitude_to_db
      
      * add mel_filter_bank tests
      
      * rewrite STFT
      
      * add convenience spectrogram function
      
      * missing transpose
      
      * fewer transposes
      
      * add integration test to M-CTC-T
      
      * frame length can be either window or FFT length
      
      * rewrite stft API
      
      * add preemphasis coefficient
      
      * move argument
      
      * add log option to spectrogram
      
      * replace M-CTC-T feature extractor
      
      * fix api thing
      
      * replace whisper STFT
      
      * replace whisper mel filters
      
      * replace tvlt's stft
      
      * allow alternate window names
      
      * replace speecht5 stft
      
      * fixup
      
      * fix integration tests
      
      * fix doc comments
      
      * remove manual FFT length calculation
      
      * fix docs
      
      * go away, deprecation warnings
      
      * combine everything into spectrogram function
      
      * add deprecated functions back
      
      * fixup
      7f919509
    • NielsRogge's avatar
      [SAM] Add resources (#23224) · 431b04d8
      NielsRogge authored
      Add resources
      431b04d8
  2. 08 May, 2023 1 commit
  3. 07 May, 2023 1 commit
  4. 05 May, 2023 2 commits
  5. 04 May, 2023 6 commits
  6. 03 May, 2023 3 commits
  7. 02 May, 2023 2 commits
  8. 01 May, 2023 2 commits
  9. 28 Apr, 2023 2 commits
  10. 27 Apr, 2023 4 commits
  11. 26 Apr, 2023 1 commit
    • Ritik Nandwal's avatar
      Add TensorFlow Wav2Vec2 for sequence classification (#22073) · 20ac86c6
      Ritik Nandwal authored
      * Add initial changes for TF wav2vec2 for sequence classification
      
      * Add suggested changes
      
      * Add serving and serving output methods
      
      * Add serving_output implementation and fix layer_weights
      
      * Add fixes
      
      * Fixed test cases
      
      * Fixing test and adding suggested changes
      20ac86c6
  12. 25 Apr, 2023 2 commits
  13. 24 Apr, 2023 4 commits
  14. 23 Apr, 2023 1 commit
  15. 21 Apr, 2023 2 commits
  16. 20 Apr, 2023 3 commits