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
.
KempnerInstitute
/
KempnerForge
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
20
Code
Issues
31
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix VLM captioning label alignment and add an EOS stop target
- #196
#196
Merged
amazloumi
merged 11 commits into
main
KempnerInstitute/KempnerForge:main
from
fix/vlm-next-token-labels
KempnerInstitute/KempnerForge:fix/vlm-next-token-labels
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Fix VLM captioning label alignment and add an EOS stop target
#196
amazloumi
merged 11 commits into
main
KempnerInstitute/KempnerForge:main
from
fix/vlm-next-token-labels
KempnerInstitute/KempnerForge:fix/vlm-next-token-labels
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
Fix - Shift VLM captioning labels for next-token loss
amazloumi
committed
c9696c8
View commit details
Copy full SHA for c9696c8
Browse repository at this point
Update video-dataset tests + docstrings for next-token labels
amazloumi
committed
48ee0ea
View commit details
Copy full SHA for 48ee0ea
Browse repository at this point
fix docstrings and changelog for next-token labels
amazloumi
committed
1f250b9
View commit details
Copy full SHA for 1f250b9
Browse repository at this point
Append EOS to caption targets so captions learn to stop
amazloumi
committed
d59807b
View commit details
Copy full SHA for d59807b
Browse repository at this point
Require vlm.max_text_len >= 2 (a caption token plus its target)
amazloumi
committed
849eaaa
View commit details
Copy full SHA for 849eaaa
Browse repository at this point
Cover the no-EOS-tokenizer branch of _tokenize_and_mask
amazloumi
committed
c150564
View commit details
Copy full SHA for c150564
Browse repository at this point
Cross-check VLM labels against a derived next-token contract
Show description for 2aa755d
amazloumi
committed
2aa755d
View commit details
Copy full SHA for 2aa755d
Browse repository at this point
Note the objective change and the max_text_len floor in the changelog
amazloumi
committed
71171c1
View commit details
Copy full SHA for 71171c1
Browse repository at this point
Cover prompt lengths at and beyond max_text_len in the contract cross-check
amazloumi
committed
18c1234
View commit details
Copy full SHA for 18c1234
Browse repository at this point
Clarify that an over-long prompt is not rejected today
amazloumi
committed
02f3f4f
View commit details
Copy full SHA for 02f3f4f
Browse repository at this point
Run the label-contract cross-check on the no-EOS tokenizer branch too
amazloumi
committed
408ffc3
View commit details
Copy full SHA for 408ffc3
Browse repository at this point
You can’t perform that action at this time.