1. 30 Mar, 2022 6 commits
  2. 29 Mar, 2022 18 commits
  3. 28 Mar, 2022 13 commits
  4. 27 Mar, 2022 1 commit
  5. 25 Mar, 2022 2 commits
    • Steven Liu's avatar
      Create concept guide section (#16369) · b320d87e
      Steven Liu authored
      *  create concept guide section
      
      * 🖍 make fixup
      
      * 🖍
      
       apply feedback
      Co-authored-by: default avatarSteven <stevhliu@gmail.com>
      b320d87e
    • Daniel Stancl's avatar
      Add TF implementation of GPT-J (#15623) · ed2ee373
      Daniel Stancl authored
      * Initial commit
      
      * Add TFGPTJModel
      
      * Fix a forward pass
      
      * Add TFGPTJCausalLM
      
      * Add TFGPTJForSequenceClassification
      
      * Add TFGPTJForQuestionAnswering
      
      * Fix docs
      
      * Deal with TF dynamic shapes
      
      * Add Loss parents to models
      
      * Adjust split and merge heads to handle 4 and 5-dim tensors
      
      * Update outputs for @tooslow tests
      ed2ee373