1. 14 Dec, 2020 3 commits
    • Patrick von Platen's avatar
      [RAG, Bart] Align RAG, Bart cache with T5 and other models of transformers (#9098) · fa1ddced
      Patrick von Platen authored
      * fix rag
      
      * fix slow test
      
      * fix past in bart
      fa1ddced
    • Lysandre Debut's avatar
      Patch *ForCausalLM model (#9092) · 6587cf9f
      Lysandre Debut authored
      6587cf9f
    • Julien Plu's avatar
      Fix embeddings resizing in TF models (#8657) · 51d9c569
      Julien Plu authored
      * Resize the biases in same time than the embeddings
      
      * Trigger CI
      
      * Biases are not reset anymore
      
      * Remove get_output_embeddings + better LM model detection in generation utils
      
      * Apply style
      
      * First test on BERT
      
      * Update docstring + new name
      
      * Apply the new resizing logic to all the models
      
      * fix tests
      
      * Apply style
      
      * Update the template
      
      * Fix naming
      
      * Fix naming
      
      * Apply style
      
      * Apply style
      
      * Remove unused import
      
      * Revert get_output_embeddings
      
      * Trigger CI
      
      * Update num parameters
      
      * Restore get_output_embeddings in TFPretrainedModel and add comments
      
      * Style
      
      * Add decoder resizing
      
      * Style
      
      * Fix tests
      
      * Separate bias and decoder resize
      
      * Fix tests
      
      * Fix tests
      
      * Apply style
      
      * Add bias resizing in MPNet
      
      * Trigger CI
      
      * Apply style
      51d9c569
  2. 11 Dec, 2020 16 commits
  3. 10 Dec, 2020 7 commits
  4. 09 Dec, 2020 10 commits
  5. 08 Dec, 2020 4 commits