1. 13 Oct, 2022 3 commits
  2. 12 Oct, 2022 31 commits
  3. 11 Oct, 2022 6 commits
    • Sylvain Gugger's avatar
      Use a dynamic configuration for circleCI tests (#19325) · 69b81c0a
      Sylvain Gugger authored
      * Generate config on the file
      
      * Fake modif for all test launch
      
      * Upload more artifacts
      
      * Typo and quality
      
      * Try converting th yml to txt
      
      * Leave my long lines alone yaml
      
      * Debug prints
      
      * Debug prints v2
      
      * Try without sorting
      
      * Was it really working before?
      
      * Typo
      
      * Use a parameter
      
      * Use a parameter?
      
      * Typo
      
      * Here is some JSON
      
      * Another try
      
      * Learning to read...
      
      * Check default is used
      
      * Does this work?
      
      * With continuation
      
      * WiP
      
      * Use a parameter for test list
      
      * Other fake modif
      
      * With the comma
      
      * Name the test step so it doesn't blow up
      
      * Just one example modification
      
      * Final steps
      
      * Add nightlies
      
      * Move config generator
      
      * Add trigger for nightlies
      
      * Better workflow
      
      * Rebase on recent changes
      
      * Fix config creation
      
      * Fake modif in an example
      
      * Now fake modif in one config file
      
      * Fix install step in custom tokenizers test
      
      * Fix generated config
      
      * Better fix hopefully
      
      * Finally test modif in setup
      
      * final cleanup
      69b81c0a
    • Yih-Dar's avatar
      Fix `OPTForQuestionAnswering` doctest (#19479) · fa9e18c6
      Yih-Dar authored
      
      
      * Fix doc example for OPTForQuestionAnswering
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      fa9e18c6
    • IMvision12's avatar
      New (#19481) · 957ce646
      IMvision12 authored
      957ce646
    • amyeroberts's avatar
      Update PT to TF CLI for audio models (#19465) · 67a35114
      amyeroberts authored
      * Update PT to TF CLI model inputs
      
      * Get padding strategy if specified
      
      * Make False comparison explicit
      67a35114
    • Yih-Dar's avatar
    • 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