Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
create samples with padding to avoid truncations #186
create samples with padding to avoid truncations #186
Changes from all commits
4f84301
f20cf6b
dcb2bb1
5331d8d
4e256aa
74c2d94
9f43df9
cf5fc8a
90061b9
ba0e649
7730a4c
f3c540b
cd3244c
f86f469
b98ba1b
1b17f59
b3ee7c4
fedbb07
8d768b7
79aca1a
801ac3e
489a5aa
56c1fd2
30da8bf
e6f405c
152d272
9624a9e
481f870
a2a98ec
8778878
cf78f57
466278b
217e6a0
da6c5d0
60dfd6f
b2c0104
5b8239c
5f3a812
d5b39b0
25813f4
65e24db
6641997
71b9e34
12b5471
701d7de
95ccc8a
9f9c0be
f4691a1
81adfd6
50f38bb
7408d7a
4ccef04
63465d3
e8fccbb
966d5a1
4a53e3f
de0bb13
5748af0
0147e3e
7d43786
e3780fd
1f21feb
77c46f3
88c9aff
9e18838
c4586bc
c202053
17a14e3
c3aad50
2cd5cce
ab5d751
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are throwing away long documents, we could end up not generating enough tokens. At the very least we need to add a check for it. Or maybe exclude long documents from
tokens_per_epoch
?