Submission — pradeepbugga - #89
Open
pradeepbugga wants to merge 3 commits into
Open
pradeepbugga wants to merge 3 commits into
pradeepbugga wants to merge 3 commits into
Conversation
Validation predictions for all 5,000 packets, technical memo, and a link to the public solution repository. The solution is a deterministic offline pipeline (PyMuPDF, OpenCV, Tesseract) with no LLM or trained model. It scores 113.04/150 on the training set. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…ainer-produced, 5.51s/PDF) Replaces the 113.04-build submission with fresh predictions from tonight's pipeline (120.58/150 on the training set at time of this run). Predictions regenerated on the host (--workers 8), validated: 5000/5000 valid records, 0 missing case ids against data/validation_manifest.csv. Docker image rebuilt and verified against the exact scoring contract (--network none --cpus 4 --memory 8g --pids-limit 512 --read-only --tmpfs): 25-PDF sample run produced byte-identical output to the host, 5.51s/PDF average (under the 6s/PDF budget, tighter than the previous build's 1.43s/PDF due to additional scored-candidate OCR retries added since), 1.05 GiB image (under the 4 GiB limit). MEMO.md is an in-progress draft: current train-set numbers are real and measured, several sections are marked [FILL IN] pending the author's own pass for judgment calls and earlier-session context. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Submission
scripts/validate_submission.py--network none --cpus 4 --memory 8g --pids-limit 512 --read-only --tmpfs), 5.51s/PDF average (under the 6s/PDF budget), output byte-identical to host predictions on a 25-PDF sample.See
submissions/pradeepbugga/MEMO.mdfor the technical memo andsubmissions/pradeepbugga/SUBMISSION.mdfor full build/run/verification details.