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
1.怎么将输出结果中的多余\n去掉? 2.怎么多个问题进行推理? 2.怎么更改batch大小
The text was updated successfully, but these errors were encountered:
import re text = re.sub(r'\n+', '\n', text)
2.推完一个问题,然后推下一个问题 2.趁router没反应过来,把多个问题提上去
Sorry, something went wrong.
能具体描述下你的第二三个问题的诉求吗?
No branches or pull requests
1.怎么将输出结果中的多余\n去掉?
2.怎么多个问题进行推理?
2.怎么更改batch大小
The text was updated successfully, but these errors were encountered: