Skip to content

Commit

Permalink
Add WPM models for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-m-p committed May 23, 2024
1 parent 76b4dca commit e92c3f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test-tokenizer-random.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,10 @@ def func_tokenize2(text: str):
# import os
# tokenizers = os.listdir(path_tokenizers)
tokenizers = [
"llama-spm", # SPM
"phi-3", # SPM
# "llama-spm", # SPM
# "phi-3", # SPM
"jina-v2-en", # WPM
"bert-bge", # WPM
]

for tokenizer in tokenizers:
Expand Down

0 comments on commit e92c3f8

Please sign in to comment.