1. 21 Jul, 2022 5 commits
  2. 20 Jul, 2022 2 commits
    • Steven Liu's avatar
      Add custom config to quicktour (#18115) · ff56b8fb
      Steven Liu authored
      * 馃摑 first draft of new quicktour
      
      * make style
      
      * 馃枍 edit and review
      
      * 馃枍 small fixes
      
      * 馃枍 only add custom config section
      
      * 馃枍 use autoclass instead
      ff56b8fb
    • Raghavan's avatar
      Adding OPTForSeqClassification class (#18123) · dcec4c43
      Raghavan authored
      * Adding OPTForSeqClassification class
      
      * Fix import issues
      
      * Add documentation for optforseqclassification
      
      * Remove checkout
      
      * fix failing tests
      
      * fix typo
      
      * Fix code formatting
      
      * Incorporating the PR feedbacks
      
      * Incorporate PR Feedbacks
      
      * Fix failing test and add new test for multi label setup
      
      * Fix formatting issue
      
      * Fix failing tests
      
      * Fix formatting issues
      
      * Fix failing tests
      
      * Fix failing tests
      
      * Fix failing tests
      
      * Fix failing tests
      
      * PR feedback
      dcec4c43
  3. 19 Jul, 2022 2 commits
  4. 18 Jul, 2022 5 commits
  5. 13 Jul, 2022 2 commits
  6. 11 Jul, 2022 1 commit
  7. 07 Jul, 2022 2 commits
  8. 06 Jul, 2022 2 commits
  9. 04 Jul, 2022 3 commits
  10. 01 Jul, 2022 2 commits
  11. 30 Jun, 2022 2 commits
  12. 29 Jun, 2022 4 commits
  13. 28 Jun, 2022 3 commits
  14. 27 Jun, 2022 1 commit
    • Matt's avatar
      Add a TF in-graph tokenizer for BERT (#17701) · ee0d001d
      Matt authored
      * Add a TF in-graph tokenizer for BERT
      
      * Add from_pretrained
      
      * Add proper truncation, option handling to match other tokenizers
      
      * Add proper imports and guards
      
      * Add test, fix all the bugs exposed by said test
      
      * Fix truncation of paired texts in graph mode, more test updates
      
      * Small fixes, add a (very careful) test for savedmodel
      
      * Add tensorflow-text dependency, make fixup
      
      * Update documentation
      
      * Update documentation
      
      * make fixup
      
      * Slight changes to tests
      
      * Add some docstring examples
      
      * Update tests
      
      * Update tests and add proper lowercasing/normalization
      
      * make fixup
      
      * Add docstring for padding!
      
      * Mark slow tests
      
      * make fixup
      
      * Fall back to BertTokenizerFast if BertTokenizer is unavailable
      
      * Fall back to BertTokenizerFast if BertTokenizer is unavailable
      
      * make fixup
      
      * Properly handle tensorflow-text dummies
      ee0d001d
  15. 24 Jun, 2022 2 commits
  16. 23 Jun, 2022 2 commits