tests : add sample usage

This commit is contained in:
Georgi Gerganov 2024-04-26 13:43:54 +03:00
parent aeafb43ed7
commit e1b2bf783e
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 14 additions and 0 deletions

View file

@ -1,4 +1,11 @@
# tests with BPE tokenizer
#
# sample usage:
#
# python3 tests/test-tokenizer-0-bpe.py ~/Data/huggingface/Meta-Llama-3-8B-Instruct/
# python3 tests/test-tokenizer-0-bpe.py ~/Data/huggingface/falcon-7b/
# python3 tests/test-tokenizer-0-bpe.py ~/Data/huggingface/deepseek-coder-6.7b-instruct/
#
import argparse