1. 23 Nov, 2020 13 commits
  2. 22 Nov, 2020 1 commit
  3. 20 Nov, 2020 6 commits
  4. 19 Nov, 2020 19 commits
  5. 18 Nov, 2020 1 commit
    • cronoik's avatar
      Updated the Extractive Question Answering code snippets (#8636) · dcc9c642
      cronoik authored
      * Updated the Extractive Question Answering code snippets
      
      The Extractive Question Answering code snippets do not work anymore since the models return task-specific output objects. This commit fixes the pytorch and tensorflow examples but adding `.values()` to the model call.
      
      * Update task_summary.rst
      dcc9c642