-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
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
[MLPerf Llama2] update llama2 reference fp32 accuracy #1583
[MLPerf Llama2] update llama2 reference fp32 accuracy #1583
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update.
@nvzhihanj Could you open a PR to modify the values here as well? |
@nvzhihanj Can you add a Accuracy Target for calibration dataset? I do prefer to get a quick accuracy result with a trustable small dataset. |
|
@FanhaiLu1 Please get the reference log here: https://drive.google.com/file/d/14uTgBCGjMRKddSNAYkeFeKPtpl2-ft9m/view?usp=sharing. You can run a subset of it and compare to that subset with the reference log. |
Address #1558
Old accuracy metrics: {'rouge1': 43.88, 'rouge2': 21.7108, 'rougeL': 28.2502, 'tokens_per_sample': 293.3}
New accuracy metrics: {'rouge1': 44.4312, 'rouge2': 22.0352, 'rougeL': 28.6162, 'tokens_per_sample': 294.45}