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
if len(q) < 10 or len(a) < 5: continue if len(q) > 256 or len(a) > 256: continue 请教下限制q,a长度的原因
The text was updated successfully, but these errors were encountered:
估计是太短效果不好,预训练也有类似判断
Sorry, something went wrong.
No branches or pull requests
if len(q) < 10 or len(a) < 5:
continue
if len(q) > 256 or len(a) > 256:
continue
请教下限制q,a长度的原因
The text was updated successfully, but these errors were encountered: