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
您好,在复现代码的时候,有个细节请教您以下:tr_loss1记录的是什么?在源码中 if args.strategy: tr_loss1 += outputs[1].mean().item() 计算得到tr_loss1,之后使用它计算ppl,这里的又是什么含义呢?(不是困惑度啊)
The text was updated successfully, but these errors were encountered:
@lsy641
Sorry, something went wrong.
No branches or pull requests
您好,在复现代码的时候,有个细节请教您以下:tr_loss1记录的是什么?在源码中
if args.strategy:
tr_loss1 += outputs[1].mean().item()
计算得到tr_loss1,之后使用它计算ppl,这里的又是什么含义呢?(不是困惑度啊)
The text was updated successfully, but these errors were encountered: