1. 31 Oct, 2022 2 commits
  2. 28 Oct, 2022 1 commit
    • donguk.lim's avatar
      Support segformer fx (#19924) · 347ba38c
      donguk.lim authored
      
      
      * Support segformer fx
      
      * Add fx_compatible attribute to test_modeling_segformer.py
      
      * Update glpn model (fx support)
      
      glpn model was copied from segformer.
      
      * Update utils/fx.py | add semantic-segmentation
      
      for SegformerForSemanticSegmentation model
      
      * Fix minor import order(isort)
      
      * Add random input generation for segformer fx
      Co-authored-by: default avatarnoelbird <lduldu00228@gmail.com>
      347ba38c
  3. 27 Oct, 2022 2 commits
  4. 25 Oct, 2022 2 commits
  5. 24 Oct, 2022 1 commit
  6. 21 Oct, 2022 4 commits
  7. 18 Oct, 2022 5 commits
  8. 17 Oct, 2022 1 commit
    • Matt's avatar
      TF port of ESM (#19587) · 3b3024da
      Matt authored
      
      
      * Partial TF port for ESM model
      
      * Add ESM-TF tests
      
      * Add the various imports for TF-ESM
      
      * TF weight conversion almost ready
      
      * Stop ignoring the decoder weights in PT
      
      * Add tests and lots of fixes
      
      * fix-copies
      
      * Fix imports, add model docs
      
      * Add get_vocab() to tokenizer
      
      * Fix vocab links for pretrained files
      
      * Allow multiple inputs with a sep
      
      * Use EOS as SEP token because ESM vocab lacks SEP
      
      * Correctly return special tokens mask from ESM tokenizer
      
      * make fixup
      
      * Stop testing unsupported embedding resizing
      
      * Handle TF bias correctly
      
      * Skip all models with slow tokenizers in the token classification test
      
      * Fixing the batch/unbatcher of pipelines to accomodate the `None` being
      
      passed around.
      
      * Fixing pipeline bug caused by slow tokenizer  being different.
      
      * Update src/transformers/models/esm/modeling_tf_esm.py
      Co-authored-by: default avatarJoao Gante <joaofranciscocardosogante@gmail.com>
      
      * Update src/transformers/models/esm/modeling_tf_esm.py
      Co-authored-by: default avatarJoao Gante <joaofranciscocardosogante@gmail.com>
      
      * Update src/transformers/models/esm/modeling_tf_esm.py
      Co-authored-by: default avatarJoao Gante <joaofranciscocardosogante@gmail.com>
      
      * Update set_input_embeddings and the copyright notices
      Co-authored-by: default avatarYour Name <you@example.com>
      Co-authored-by: default avatarNicolas Patry <patry.nicolas@protonmail.com>
      Co-authored-by: default avatarJoao Gante <joaofranciscocardosogante@gmail.com>
      3b3024da
  9. 14 Oct, 2022 3 commits
  10. 13 Oct, 2022 1 commit
  11. 12 Oct, 2022 4 commits
  12. 11 Oct, 2022 5 commits
  13. 10 Oct, 2022 9 commits