-
Notifications
You must be signed in to change notification settings - Fork 547
stop stripping first character from output string #1351
New issue
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
259e5f7 to
3c7b7e3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
3c7b7e3 to
36a3549
Compare
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
36a3549 to
0f5d929
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
0f5d929 to
3db2465
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
3db2465 to
80f7b30
Compare
Summary: Pull Request resolved: meta-pytorch#1351 previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens. Differential Revision: D62775617
80f7b30 to
e8fd40b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D62775617 |
|
This pull request has been merged in 7b80c5b. |
Summary: previously first character was stripped as SOS token, but that doesn't actually seem to be the case with current LLMs. Keep all tokens.
Differential Revision: D62775617