1. 25 Oct, 2021 3 commits
    • Reza Gharibi's avatar
      2ac65551
    • karthikrangasai's avatar
      Supporting Seq2Seq model for question answering task (#13432) · 1b871e09
      karthikrangasai authored
      * Add seq2seq example for QnA on SQuAD Dataset.
      
      * Changes from review - Fixing styling mistakes.
      
      * Added how to example in README, simplified the access to dataset's preprocess function.
      
      * Added tests for the seq2seq QA example.
      
      * Change dataset column name to fix tests.
      
      * Fix test command mistake.
      
      * Add missing argument 'ignore_pad_token_for_loss' from DataTrainingArguments.
      
      * Add missing argument 'num_beams' from DataTrainingArguments.
      
      * Fix processing of output predicted token ids so that tokenizer decode gets appropriate input. Updated assertion conditions on the tests.
      1b871e09
    • Reza Gharibi's avatar
      Fix some typos in the docs (#14126) · 6b83090e
      Reza Gharibi authored
      * Fix some typos in the docs
      
      * Fix a styling issue
      
      * Fix code quality check error
      6b83090e
  2. 22 Oct, 2021 9 commits
  3. 21 Oct, 2021 12 commits
  4. 20 Oct, 2021 10 commits
  5. 19 Oct, 2021 3 commits
  6. 18 Oct, 2021 3 commits