Test: validate submission flow end-to-end (do not merge) - #129
Closed
rrivera1849 wants to merge 3 commits into
Closed
Test: validate submission flow end-to-end (do not merge)#129rrivera1849 wants to merge 3 commits into
rrivera1849 wants to merge 3 commits into
Conversation
End-to-end exercise of the submission path documented in SUBMISSION.md: - New SUBMISSIONS.yaml entry for `validation-test-model` (hf_id: steb-tests/validation-test-model). - 30 datasets / 90 metrics.json files added under submitted_results/<dataset>/validation-test-model/ — copied verbatim from a real bert-large-uncased run so the leaderboard pipeline gets a complete row to render. - scripts/models_all.txt gets the new model so the default --models-file filter picks it up. `python scripts/validate_submission.py` passes. This PR should NOT be merged into main; it exists to exercise CI on the validate_submission workflow and to confirm the end-to-end PR template, validator, and auto-merge ingestion paths work as designed. Close once verified.
Owner
Author
|
Closing: this PR existed only to validate the submission flow end-to-end (CI, validator, ingestion). Verification complete; deleting the branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
End-to-end exercise of the model submission flow documented in
SUBMISSION.md. Do not merge — open only to confirm CI, the validator, and the auto-merge ingestion path all behave correctly. Close once verified.What this PR adds:
validation-test-modelentry inSUBMISSIONS.yaml.metrics.jsonfiles undersubmitted_results/<dataset>/validation-test-model/covering 30 datasets, copied verbatim from a realbert-large-uncasedrun so the leaderboard pipeline has a complete row to render.scripts/models_all.txtso the default--models-filefilter picks up the model.Test plan
validate_submission.ymltriggers on this PR and reports green.python scripts/validate_submission.pypasses (verified before push).python -m scripts.benchmark_clusteringproduces a workbook in whichvalidation-test-modelappears in both theSTEB_operationalandSTEB_definitionalsheets at numbers identical tobert-large-uncased(since results were copied).test/fake-submission-validationbranch.