1. 14 Jul, 2020 3 commits
    • 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
  2. 13 Jul, 2020 7 commits
  3. 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
  4. 11 Jul, 2020 1 commit
  5. 10 Jul, 2020 20 commits
  6. 09 Jul, 2020 8 commits