Anthropic has released the models for research, and has opened their code on GitHub:
https://github.com/anthropics/anthropic-sdk-python/blob/main/anthropic/tokenizer.py
In this repo, there's a link to a file:
CLAUDE_TOKENIZER_REMOTE_FILE = "https://public-json-tokenization-0d8763e8-0d7e-441b-a1e2-1c73b8e79dc3.storage.googleapis.com/claude-v1-tokenization.json"
Can this help in extending Tiktoken to support 'claude-v1' models?
Anthropic has released the models for research, and has opened their code on GitHub:
https://github.com/anthropics/anthropic-sdk-python/blob/main/anthropic/tokenizer.py
In this repo, there's a link to a file:
CLAUDE_TOKENIZER_REMOTE_FILE = "https://public-json-tokenization-0d8763e8-0d7e-441b-a1e2-1c73b8e79dc3.storage.googleapis.com/claude-v1-tokenization.json"Can this help in extending Tiktoken to support 'claude-v1' models?