"lightx2v/models/runners/vscode:/vscode.git/clone" did not exist on "9d90c1e392ff8e83e854ae6f94ddbbe08167bb2c"
  • Kian Sierra McGettigan's avatar
    Prophetnet batch dimension inversion fix (#21870) · 6bf88537
    Kian Sierra McGettigan authored
    * decoder forward pass is working
    
    * no model has forward pass returning attentions
    
    * decoder ngram changed to not mix batch size
    
    * current basic forward pass returns identical result
    
    * passed test_model attentions
    
    * passed test_encoder_decoder_model_generate
    
    * passed test_headmasking
    
    * removed old block
    
    * removed comments bug/fixme
    
    * removed bug comments
    
    * applied styling
    
    * applied fix-copies
    
    * applied ngram forward comments
    
    * corrected dimension notation
    
    * applied styling and comment fixes
    
    * changed asserts for raise ValueError
    
    * changed question gen test
    
    * updated hidden_states integration test
    
    * applied styling
    6bf88537
test_modeling_prophetnet.py 51.9 KB