Add chuzom-solo-v32: cost-aware single-model baseline (deepseek-v3.2)#161
Open
ypollak2 wants to merge 2 commits into
Open
Add chuzom-solo-v32: cost-aware single-model baseline (deepseek-v3.2)#161ypollak2 wants to merge 2 commits into
ypollak2 wants to merge 2 commits into
Conversation
Routes every query to deepseek-v3.2, selected for best accuracy-per-dollar from PUBLISHED benchmarks. A deliberately simple, fully-clean baseline: - No RouterArena-derived supervision (no per-dataset accuracy, judge scores, or oracle entries used anywhere). - No benchmark/prompt-template fingerprinting; routing is model-selection only. - Shared evaluator UNMODIFIED (llm_evaluation/metrics.py and router_inference/compare_router_accuracy.py identical to main). Files: config, full + robustness prediction files, and the router class.
Contributor
Author
|
/evaluate |
Contributor
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
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
Router: chuzom-solo-v32 — a deliberately simple, fully-clean cost-aware baseline that routes every query to
deepseek/deepseek-v3.2, selected for best accuracy-per-dollar from published benchmarks.Compliance
llm_evaluation/metrics.pyandrouter_inference/compare_router_accuracy.pyare byte-identical tomain(this PR's diff touches only the config, prediction files, and the new router class).Files
router_inference/config/chuzom-solo-v32.jsonrouter_inference/predictions/chuzom-solo-v32.json(full, 8400)router_inference/predictions/chuzom-solo-v32-robustness.json(420)router_inference/router/chuzom_solo_v32.pyTest plan
check_config_prediction_files.py chuzom-solo-v32 full→ all checks pass/evaluate🤖 Generated with Claude Code