"vscode:/vscode.git/clone" did not exist on "3b91262eacc204efbd80ddc5f31255520dd9d33f"
  1. 13 Jul, 2020 5 commits
  2. 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
  3. 11 Jul, 2020 1 commit
  4. 10 Jul, 2020 20 commits
  5. 09 Jul, 2020 10 commits
  6. 08 Jul, 2020 3 commits
    • Stas Bekman's avatar
      doc fixes (#5613) · fa5423b1
      Stas Bekman authored
      fa5423b1
    • Txus's avatar
      Add newly trained `calbert-tiny-uncased` (#5599) · 7d0ef004
      Txus authored
      
      
      * Create README.md
      
      Add newly trained `calbert-tiny-uncased` (complete rewrite with SentencePiece)
      
      * Add Exbert link
      
      * Apply suggestions from code review
      Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
      7d0ef004
    • Lorenzo Ampil's avatar
      Fix Inconsistent NER Grouping (Pipeline) (#4987) · 0cc4eae0
      Lorenzo Ampil authored
      
      
      * Add B I handling to grouping
      
      * Add fix to include separate entity as last token
      
      * move last_idx definition outside loop
      
      * Use first entity in entity group as reference for entity type
      
      * Add test cases
      
      * Take out extra class accidentally added
      
      * Return tf ner grouped test to original
      
      * Take out redundant last entity
      
      * Get last_idx safely
      Co-authored-by: default avatarColleterVi <36503688+ColleterVi@users.noreply.github.com>
      
      * Fix first entity comment
      
      * Create separate functions for group_sub_entities and group_entities (splitting call method to testable functions)
      
      * Take out unnecessary last_idx
      
      * Remove additional forward pass test
      
      * Move token classification basic tests to separate class
      
      * Move token classification basic tests back to monocolumninputtestcase
      
      * Move base ner tests to nerpipelinetests
      
      * Take out unused kwargs
      
      * Add back mandatory_keys argument
      
      * Add unitary tests for group_entities in _test_ner_pipeline
      
      * Fix last entity handling
      
      * Fix grouping fucntion used
      
      * Add typing to group_sub_entities and group_entities
      Co-authored-by: default avatarColleterVi <36503688+ColleterVi@users.noreply.github.com>
      0cc4eae0