"vscode:/vscode.git/clone" did not exist on "51fa7191b10a13f655d7ab19c7ea10e10078d668"
  1. 26 Jul, 2020 1 commit
  2. 24 Jul, 2020 2 commits
  3. 23 Jul, 2020 4 commits
  4. 22 Jul, 2020 4 commits
  5. 21 Jul, 2020 2 commits
  6. 20 Jul, 2020 7 commits
  7. 18 Jul, 2020 4 commits
  8. 17 Jul, 2020 4 commits
  9. 16 Jul, 2020 3 commits
  10. 15 Jul, 2020 1 commit
  11. 14 Jul, 2020 4 commits
    • Sam Shleifer's avatar
      Cleanup bart caching logic (#5640) · b2505f7d
      Sam Shleifer authored
      b2505f7d
    • Gunnlaugur Thor Briem's avatar
    • as-stevens's avatar
      [Reformer classification head] Implement the reformer model classification... · f867000f
      as-stevens authored
      
      [Reformer classification head] Implement the reformer model classification head for text classification (#5198)
      
      * Reformer model head classification implementation for text classification
      
      * Reformat the reformer model classification code
      
      * PR review comments, and test case implementation for reformer for classification head changes
      
      * CI/CD reformer for classification head test import error fix
      
      * CI/CD test case implementation  added ReformerForSequenceClassification to all_model_classes
      
      * Code formatting- fixed
      
      * Normal test cases added for reformer classification head
      
      * Fix test cases implementation for the reformer classification head
      
      * removed token_type_id parameter from the reformer classification head
      
      * fixed the test case for reformer classification head
      
      * merge conflict with master fixed
      
      * merge conflict, changed reformer classification to accept the choice_label parameter added in latest code
      
      * refactored the the reformer classification head test code
      
      * reformer classification head, common transform test cases fixed
      
      * final set of the review comment, rearranging the reformer classes and docstring add to classification forward method
      
      * fixed the compilation error and text case fix for reformer classification head
      
      * Apply suggestions from code review
      
      Remove unnecessary dup
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      f867000f
    • Gaurav Mishra's avatar
      Update tokenization_t5.py (#5717) · f0bda06f
      Gaurav Mishra authored
      Minor doc fix.
      f0bda06f
  12. 13 Jul, 2020 3 commits
  13. 12 Jul, 2020 1 commit
    • Kevin Canwen Xu's avatar
      Pipeline model type check (#5679) · 0befb513
      Kevin Canwen Xu authored
      * Add model type check for pipelines
      
      * Add model type check for pipelines
      
      * rename func
      
      * Fix the init parameters
      
      * Fix format
      
      * rollback unnecessary refactor
      0befb513