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
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
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
.
caikit
/
caikit-nlp
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
12
Code
Issues
54
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Causal LM tokenization: Chunking and seq2seq Forward
- #206
#206
Merged
alex-jw-brooks
merged 23 commits into
caikit:main
caikit/caikit-nlp:main
from
alex-jw-brooks:causal_lm_tok_toggle
alex-jw-brooks/caikit-nlp:causal_lm_tok_toggle
Copy head branch name to clipboard
Oct 2, 2023
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Causal LM tokenization: Chunking and seq2seq Forward
#206
alex-jw-brooks
merged 23 commits into
caikit:main
caikit/caikit-nlp:main
from
alex-jw-brooks:causal_lm_tok_toggle
alex-jw-brooks/caikit-nlp:causal_lm_tok_toggle
Copy head branch name to clipboard
Commits
Commits on Sep 29, 2023
Add forward for seq2seq tokenization
Show description for 7e767b2
alex-jw-brooks
committed
7e767b2
View commit details
Copy full SHA for 7e767b2
Browse repository at this point
Add comparator test for seq2seq forwarding
Show description for 4c899dc
alex-jw-brooks
committed
4c899dc
View commit details
Copy full SHA for 4c899dc
Browse repository at this point
Split seq2seq tokenization preprocessing
Show description for a159209
alex-jw-brooks
committed
a159209
View commit details
Copy full SHA for a159209
Browse repository at this point
Add forward to seq2seq tokenization (no batch)
Show description for ad323a9
alex-jw-brooks
committed
ad323a9
View commit details
Copy full SHA for ad323a9
Browse repository at this point
Add batch forwarding tests for seq2seq/causal lm
Show description for 0d894ac
alex-jw-brooks
committed
0d894ac
View commit details
Copy full SHA for 0d894ac
Browse repository at this point
Add batch forward for causal lm / seq2seq
Show description for fe2c57c
alex-jw-brooks
committed
fe2c57c
View commit details
Copy full SHA for fe2c57c
Browse repository at this point
rewrite causal lm tok tests to check chunking
Show description for 727e784
alex-jw-brooks
committed
727e784
View commit details
Copy full SHA for 727e784
Browse repository at this point
Implement chunked tokenization for causal lm
Show description for ac9fedc
alex-jw-brooks
committed
ac9fedc
View commit details
Copy full SHA for ac9fedc
Browse repository at this point
linting, formatting
Show description for 5fc9849
alex-jw-brooks
committed
5fc9849
View commit details
Copy full SHA for 5fc9849
Browse repository at this point
Turn on seq2seq tokenization by default
Show description for c514d68
alex-jw-brooks
committed
c514d68
View commit details
Copy full SHA for c514d68
Browse repository at this point
Hack: explictly force stream unwrapping to false
Show description for 0b75f80
alex-jw-brooks
committed
0b75f80
View commit details
Copy full SHA for 0b75f80
Browse repository at this point
Approximate port of old causal lm tokenization logic
Show description for 52a33a5
alex-jw-brooks
committed
52a33a5
View commit details
Copy full SHA for 52a33a5
Browse repository at this point
Hack - use default collator for causal LM
Show description for 9f1aff3
alex-jw-brooks
committed
9f1aff3
View commit details
Copy full SHA for 9f1aff3
Browse repository at this point
Add generic test for left/right padding causal lm seq approach
Show description for 33e3e14
alex-jw-brooks
committed
33e3e14
View commit details
Copy full SHA for 33e3e14
Browse repository at this point
Do left / right padding via tokenizer pad
Show description for a515e35
alex-jw-brooks
committed
a515e35
View commit details
Copy full SHA for a515e35
Browse repository at this point
Add simple tests for default data collator
Show description for 73e804e
alex-jw-brooks
committed
73e804e
View commit details
Copy full SHA for 73e804e
Browse repository at this point
Update concat seq test for corrected padding
Show description for 349cbdc
alex-jw-brooks
committed
349cbdc
View commit details
Copy full SHA for 349cbdc
Browse repository at this point
Fix legacy ported sequence length bug
Show description for ed1f8e6
alex-jw-brooks
committed
ed1f8e6
View commit details
Copy full SHA for ed1f8e6
Browse repository at this point
Update comments for tokenizer changes
Show description for 579db79
alex-jw-brooks
committed
579db79
View commit details
Copy full SHA for 579db79
Browse repository at this point
linting and formatting
Show description for 560d5bc
alex-jw-brooks
committed
560d5bc
View commit details
Copy full SHA for 560d5bc
Browse repository at this point
Update causal lm docstrings and type hints
Show description for 511e561
alex-jw-brooks
committed
511e561
View commit details
Copy full SHA for 511e561
Browse repository at this point
Fix remainder handling in chunking test
Show description for ccd9c13
alex-jw-brooks
committed
ccd9c13
View commit details
Copy full SHA for ccd9c13
Browse repository at this point
Commits on Oct 2, 2023
Add chunk example, use extend
Show description for 52f9910
alex-jw-brooks
committed
52f9910
View commit details
Copy full SHA for 52f9910
Browse repository at this point
You can’t perform that action at this time.