sdsfsfsf3435/my-awesome-model
MyAwesomeModel
This repository contains the best checkpoint found in the workspace, selected strictly by the highest overall eval_accuracy produced by the workspace evaluation suite.
Checkpoint selection
Ten checkpoints (step_100 through step_1000) were evaluated. The evaluator runs all 15 benchmark categories and computes eval_accuracy as a weighted mean, with slight additional weight on reasoning, code, question answering, instruction following, and safety tasks.
Selected checkpoint: checkpoints/step_1000
Detailed evaluation results
The following results are for the selected step_1000 checkpoint. Every score is shown to three decimal places.
Aggregate result
The weighted score is calculated as:
eval_accuracy = sum(benchmark_score × benchmark_weight) / sum(benchmark_weight)Scores are rounded by each benchmark evaluator to three decimal places before aggregation. The aggregate is then rounded to three decimal places.
Evaluation procedure
The repository was selected using the evaluation code supplied in the workspace:
python evaluation/eval.py checkpoints/step_1000The suite covers all 15 benchmark modules under evaluation/benchmarks/. In this workspace, each benchmark module maps the checkpoint's parsed training-step number to a deterministic score through the compiled utils.benchmark_utils implementation. Therefore, these figures describe the supplied workspace evaluator; they should not be interpreted as results from external public benchmark datasets unless independently reproduced on those datasets.
Files
config.json— model configuration copied from the selected checkpoint.pytorch_model.bin— model weights copied from the selected checkpoint.
License
MIT
