1. 14 Dec, 2021 2 commits
    • Benjamin Minixhofer's avatar
      Make data shuffling in `run_clm_flax.py` respect global seed (#13410) · 2a606f99
      Benjamin Minixhofer authored
      * use jax and jnp instead of numpy in data_loader
      
      * return batches as np.ndarray
      2a606f99
    • Nicolas Patry's avatar
      Fixing tests for Perceiver (#14739) · 546a91ab
      Nicolas Patry authored
      * Adding some slow test to check for perceiver at least from a high level.
      
      * Re-enabling fast tests for Perceiver ImageClassification.
      
      * Perceiver might try to run without Tokenizer (Fast doesn't exist) and
      with FeatureExtractor some text only pipelines.
      
      * Oops.
      
      * Adding a comment for `update_config_with_model_class`.
      
      * Remove `model_architecture` to get `tiny_config`.
      
      * Finalize rebase.
      
      * Smarter way to handle undefined FastTokenizer.
      
      * Remove old code.
      
      * Addressing some nits.
      
      * Don't instantiate `None`.
      546a91ab
  2. 13 Dec, 2021 19 commits
  3. 12 Dec, 2021 3 commits
  4. 11 Dec, 2021 2 commits
  5. 10 Dec, 2021 10 commits
  6. 09 Dec, 2021 4 commits