"docs/vscode:/vscode.git/clone" did not exist on "0927bfd002f2691059125b7fb8f6e0fc081de695"
  1. 01 Aug, 2024 6 commits
  2. 31 Jul, 2024 4 commits
  3. 30 Jul, 2024 1 commit
    • Joshua Lochner's avatar
      Fix slow GemmaTokenizer and improve SPM slow -> fast conversion process (#32191) · 6e2d04e4
      Joshua Lochner authored
      * Remove user-defined tokens which can be obtained through merges
      
      * Remove debug line
      
      * formatting
      
      * Refactor spm slow -> fast converter
      
      * revert unnecessary refactor
      
      * set comprehension
      
      * remove test files
      
      * Use `vocab_scores`
      
      * Always replace spiece underline with space in decode
      
      * we no longer need token filtering
      
      * Add save fast load slow unit test
      
      * Remove tokenizers version check
      
      * Remove duplicate code
      
      * Make `<start_of_turn>` and `<end_of_turn>` special tokens
      
      * Bias merge priority with length if score is the same
      
      * Add unit test for merge priority
      
      * CI
      6e2d04e4
  4. 29 Jul, 2024 5 commits
  5. 26 Jul, 2024 5 commits
  6. 25 Jul, 2024 3 commits
  7. 24 Jul, 2024 5 commits
  8. 23 Jul, 2024 11 commits