We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-trained models use 1-indexed vocabularies, but {torch} uses 0-indexed. Let's tag our vocabs so we can use those tags when they exist.
The text was updated successfully, but these errors were encountered:
Other way around: {torch} uses 1-indexing, while almost everyone else uses 0-indexing for the ids. :)
Sorry, something went wrong.
Er duh yes that's what I meant to type! Off-by-one errors strike my post about off-by-one errors!
No branches or pull requests
Pre-trained models use 1-indexed vocabularies, but {torch} uses 0-indexed. Let's tag our vocabs so we can use those tags when they exist.
The text was updated successfully, but these errors were encountered: