"vscode:/vscode.git/clone" did not exist on "9535bf1977b33ebaf34363cf4d0b305157194015"
  1. 07 Apr, 2023 11 commits
  2. 06 Apr, 2023 13 commits
  3. 05 Apr, 2023 13 commits
  4. 04 Apr, 2023 3 commits
    • Matt's avatar
      Fix inverted conditional in TF common test! (#22540) · edb704b2
      Matt authored
      * Fix inverted conditional in TF common test!
      
      * Make the same change in the PT tests file
      
      * Make sure hidden states for GPT2 have the same output shape in PT/TF
      
      * Minor fix to PT implementation of token classification loss
      
      * Skip loss equivalence test for TFHubert because it keeps overflowing to inf
      
      * Compute LM loss for TF the (weird) way it's computed in PT
      
      * Skip loss equivalence test for Wav2Vec2 for the same reason as Hubert
      
      * Fix - don't try to access the hidden states property when output is a tuple
      edb704b2
    • Sourab Mangrulkar's avatar
      48fbd8fa
    • Shubhamai's avatar
      Flax Regnet (#21867) · 90067748
      Shubhamai authored
      * initial commit
      
      * review changes
      
      * post model PR merge
      
      * updating doc
      90067748