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
Eval: BLEU-4 is 10.22 || ExactMatchScore is 0.00 || EditDistance is 27.48 || perplexity is -13.49 New best score (-9.72)! 有谁和我一样吗?ExactMatchScore一直是0 还有write_prediction方法里为啥 elif self._config.decoding == "beam_search": ids_eval = np.transpose(ids_eval, [0, 2, 1]) 要把矩阵这样变化?
The text was updated successfully, but these errors were encountered:
我自己回答一下自己的问题,score如果没有大于2就不要指望ExactMatchScore>0了,score>2或3才是ExactMatchScore刚刚开始
Sorry, something went wrong.
No branches or pull requests
Eval: BLEU-4 is 10.22 || ExactMatchScore is 0.00 || EditDistance is 27.48 || perplexity is -13.49
New best score (-9.72)!
有谁和我一样吗?ExactMatchScore一直是0
还有write_prediction方法里为啥
elif self._config.decoding == "beam_search":
ids_eval = np.transpose(ids_eval, [0, 2, 1])
要把矩阵这样变化?
The text was updated successfully, but these errors were encountered: