-
Notifications
You must be signed in to change notification settings - Fork 86
Ensure external does not have a revision #107
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
Conversation
generally we should not have external scores where the revision is specified (we have no garuantee that the scores are as specified)
Can you update the load external script too? |
I think we should avoid using the |
Let me know if you agree I also added a few extra tests these should make the revision much more consistent in the future (they also disallow "external") essentially you are allowed to use a sha1 rev id or an integer (1, 2, 3) in case of APIs |
(@x-tabdeveloping just so that you see this) |
Yes, I agree that with new leaderboard this script can be deleted |
External models had revision. This lead to duplicate scores (two results from the same model on the same revision).
I have replace the revision with "no_revision_available". I also think this more accurately reflects the reality (we don't know the version they used when they ran the model).
Checklist
make test
.make pre-push
.