"third_party/vscode:/vscode.git/clone" did not exist on "62854588d45c9bbaaef7db92724fbdc4c8e5c6a0"
  • Daniel Stancl's avatar
    Add head_mask and decoder_head_mask to FSMT (#9819) · 0c6c0afc
    Daniel Stancl authored
    * Add {decoder_,}head_mask to fsmt_modeling.py
    
    * Enable test_headmasking and some changes to docs
    
    * Remove test_head_masking flag from fsmt test file
    
    Remove test_head_masking flag from test_modeling_fsmt.py
    since test_head_masking is set to be True by default (thus it is redundant to store).
    
    * Merge master and remove test_head_masking = True
    
    * Rebase necessary due to an update of jaxlib
    
    * Remove test_head_masking=True in tests/test_modeling_fsmt.py
    as it is redundant.
    0c6c0afc
test_modeling_fsmt.py 20.4 KB