Skip to content

Commit

Permalink
tests : add test-tokenizer-0.sh + fix some tokenizers (ggerganov#7036)
Browse files Browse the repository at this point in the history
* tests : add test-tokenizer-0.sh

* unicode : add all unicode number ranges

* starcoder : fix pre-tokenizer

* tests : add test that fails with DeepSeek tokenizers

* falcon : fix regex

* unicode : regenerate unicode tables

* refact : add tokenizer model

* lint : fix

* tests : disable failing tests

ggml-ci

* refact : add tests files

ggml-ci

* convert : print -> logging

ggml-ci

* lint : fix

* unicode : digit -> number

* phi-3 : update
  • Loading branch information
ggerganov authored and teleprint-me committed May 7, 2024
1 parent 7925744 commit 10acf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-tokenizer-0.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import time
import argparse
import time

from transformers import AutoTokenizer

Expand Down

0 comments on commit 10acf90

Please sign in to comment.