• 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
test_modeling_tf_transfo_xl.py 15.3 KB