docs(lora): add audited Issue #50 strong-baseline research extension - #184
Open
PinkTulips139 wants to merge 1 commit into
Open
docs(lora): add audited Issue #50 strong-baseline research extension#184PinkTulips139 wants to merge 1 commit into
PinkTulips139 wants to merge 1 commit into
Conversation
Contributor
Author
|
CI note: the only failing job is the legacy Python 3.8 / PyTorch 1.8.0 test environment. The three failures occur in existing Mixture/MoA/MoT tests because |
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
Extends the existing Issue #50 LoRA rank-sweep work with an audited research benchmark covering:
This PR does not replace historical LoRA rank-sweep results or modify their recorded metrics.
What this adds
Key results
0.39172 ± 0.02316mAP50-95 across seeds 0/1/2, with a best run of0.40944.0.15342 ± 0.00221, with a best run of0.15527.Scope and limitations
fraction=0.2.0.1×and Router LR0.5×are protocol-specific diagnostic settings, not universal optimal values.upstream/main.Provenance
bb2044733e62d8e8548b2690e6b1acb9fad9776cd94923a9a33ac3fd1300bd13693c265ef30d6b9810ca1a9Validation
ruff check examples/lora_examples/validate_yolo_master_issue50_research_extension.pypython -m py_compile examples/lora_examples/validate_yolo_master_issue50_research_extension.pypython examples/lora_examples/validate_yolo_master_issue50_research_extension.pygit diff --checkThe validator confirms 14 valid formal runs, 9 method summaries, unique configuration/seed combinations, sample-standard-deviation semantics, and the audited four-objective non-dominated front.