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
In the get_chunks function, the PDF pages are not separated, yielding chunks where spaces, dots or new lines are missing.
get_chunks
gorilla/raft/raft.py
Lines 90 to 92 in 2fc82a9
Unclear how to properly handle this situation in a generic way as depending on the context, this might require either a space, a new line or a dot.
This may impact the quality of the generated dataset.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
get_chunks
function, the PDF pages are not separated, yielding chunks where spaces, dots or new lines are missing.gorilla/raft/raft.py
Lines 90 to 92 in 2fc82a9
Unclear how to properly handle this situation in a generic way as depending on the context, this might require either a space, a new line or a dot.
This may impact the quality of the generated dataset.
The text was updated successfully, but these errors were encountered: