1. 20 Oct, 2022 1 commit
  2. 19 Oct, 2022 3 commits
  3. 18 Oct, 2022 12 commits
  4. 17 Oct, 2022 6 commits
  5. 14 Oct, 2022 8 commits
  6. 13 Oct, 2022 1 commit
  7. 12 Oct, 2022 6 commits
  8. 11 Oct, 2022 3 commits
    • Mathieu Jouffroy's avatar
      [CvT] Tensorflow implementation (#18597) · 5ca131f3
      Mathieu Jouffroy authored
      
      
      * implemented TFCvtModel and TFCvtForImageClassification and modified relevant files, added an exception in convert_tf_weight_name_to_pt_weight_name, added quick testing file to compare with pytorch model
      
      * added docstring + testing file in transformers testing suite
      
      * added test in testing file, modified docs to pass repo-consistency, passed formatting test
      
      * refactoring + passing all test
      
      * small refacto, removing unwanted comments
      
      * improved testing config
      
      * corrected import error
      
      * modified acces to pretrained model archive list, to pass tf_test
      
      * corrected import structure in init files
      
      * modified testing for keras_fit with cpu
      
      * correcting PR issues + Refactoring
      
      * Refactoring : improving readability and reducing the number of permutations
      
      * corrected momentum value + cls_token initialization
      
      * removed from_pt as weights were added to the hub
      
      * Update tests/models/cvt/test_modeling_tf_cvt.py
      Co-authored-by: default avatarJoao Gante <joaofranciscocardosogante@gmail.com>
      5ca131f3
    • Quancore's avatar
      Added tokenize keyword arguments to feature extraction pipeline (#19382) · 70a058bc
      Quancore authored
      * Added tokenize keyword arguments to feature extraction pipeline
      
      * Reverted truncation parameter
      
      * Import numpy moved to top
      70a058bc
    • David Yang's avatar
      Make bert_japanese and cpm independent of their inherited modules (#19431) · d0d5aee1
      David Yang authored
      * Make cpm tokenization independent of xlnet
      
      * Make bert japanese tokenization independent of bert
      d0d5aee1