Skip to content

Test: validate submission flow end-to-end (do not merge) - #129

Closed
rrivera1849 wants to merge 3 commits into
mainfrom
test/fake-submission-validation
Closed

Test: validate submission flow end-to-end (do not merge)#129
rrivera1849 wants to merge 3 commits into
mainfrom
test/fake-submission-validation

Conversation

@rrivera1849

Copy link
Copy Markdown
Owner

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:

  • A validation-test-model entry in SUBMISSIONS.yaml.
  • 90 metrics.json files under submitted_results/<dataset>/validation-test-model/ covering 30 datasets, copied verbatim from a real bert-large-uncased run so the leaderboard pipeline has a complete row to render.
  • One line in scripts/models_all.txt so the default --models-file filter picks up the model.

Test plan

  • CI: validate_submission.yml triggers on this PR and reports green.
  • Locally: python scripts/validate_submission.py passes (verified before push).
  • Locally: python -m scripts.benchmark_clustering produces a workbook in which validation-test-model appears in both the STEB_operational and STEB_definitional sheets at numbers identical to bert-large-uncased (since results were copied).
  • After verification: close this PR without merging; delete the test/fake-submission-validation branch.

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.
@rrivera1849

Copy link
Copy Markdown
Owner Author

Closing: this PR existed only to validate the submission flow end-to-end (CI, validator, ingestion). Verification complete; deleting the branch.

@rrivera1849
rrivera1849 deleted the test/fake-submission-validation branch June 29, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant