Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
huggingface
/
tokenizers
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
11k
Code
Issues
119
Pull requests
131
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
TARGET POC: bitsplit
- #2306
#2306
Open
ArthurZucker
wants to merge 8 commits into
feat/train_encode_split
huggingface/tokenizers:feat/train_encode_split
from
poc/target-encode-clean
huggingface/tokenizers:poc/target-encode-clean
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
TARGET POC: bitsplit
#2306
ArthurZucker
wants to merge 8 commits into
feat/train_encode_split
huggingface/tokenizers:feat/train_encode_split
from
poc/target-encode-clean
huggingface/tokenizers:poc/target-encode-clean
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
perf(pre-tokenizer): bitstream splitter for the gpt2 and cl100k regexes
Show description for d1ad772
ArthurZucker
committed
d1ad772
View commit details
Copy full SHA for d1ad772
Browse repository at this point
perf(pipeline): give the model a whole chunk of pre-tokens at a time
Show description for 6fe801f
ArthurZucker
committed
6fe801f
View commit details
Copy full SHA for 6fe801f
Browse repository at this point
Commits on Aug 7, 2026
Merge branch 'feat/train_encode_split' into poc/target-encode-clean
ArthurZucker
authored
b13b2b9
View commit details
Copy full SHA for b13b2b9
Browse repository at this point
bitsplit: one crate, all model grammars, atomsplit deleted (#2317)
Show description for 28fbb60
ArthurZucker
authored
28fbb60
View commit details
Copy full SHA for 28fbb60
Browse repository at this point
perf(bpe): bring the target-encode fast path onto the POC (#2318)
Show description for 710fa22
ArthurZucker
and
LysandreJik
authored
710fa22
View commit details
Copy full SHA for 710fa22
Browse repository at this point
perf(added-vocab): search the whole prefix, not just its first byte
Show description for bd6560b
ArthurZucker
committed
bd6560b
View commit details
Copy full SHA for bd6560b
Browse repository at this point
perf(vocab): inline the key packing, keep the real hash out of line
Show description for c4e9b9a
ArthurZucker
committed
c4e9b9a
View commit details
Copy full SHA for c4e9b9a
Browse repository at this point
perf(bpe): hold the write cursor and the cache across a chunk
Show description for f54e490
ArthurZucker
committed
f54e490
View commit details
Copy full SHA for f54e490
Browse repository at this point
You can’t perform that action at this time.