CoolFace
Modelpublic

sdsfsfsf3435/my-awesome-model

sourceHugging Facemitupdated 20d agoView on Hugging Face
0likes53downloads
Model Card

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.

Checkpointeval_accuracy
step_1000.480
step_2000.535
step_3000.576
step_4000.608
step_5000.635
step_6000.656
step_7000.674
step_8000.689
step_9000.700
`step_1000` (selected)0.710

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.

CategoryBenchmarkScoreWeightCapability evaluated
Core reasoningMath Reasoning0.5501.2Mathematical problem solving and multi-step numerical reasoning
Core reasoningLogical Reasoning0.8191.2Deduction, inference, and structured logical reasoning
Core reasoningCommon Sense0.7361.0Everyday knowledge and commonsense inference
Language understandingReading Comprehension0.7001.0Understanding and extracting information from passages
Language understandingQuestion Answering0.6071.1Producing answers grounded in a supplied question or context
Language understandingText Classification0.8280.9Assigning texts to the appropriate semantic categories
Language understandingSentiment Analysis0.7920.9Identifying sentiment and affect in text
GenerationCode Generation0.6501.1Producing code from natural-language requirements
GenerationCreative Writing0.6100.9Coherent, varied, and creative long-form generation
GenerationDialogue Generation0.6441.0Contextually appropriate conversational responses
GenerationSummarization0.7671.0Condensing source text while retaining salient information
Specialized capabilitiesTranslation0.8041.0Preserving meaning across languages
Specialized capabilitiesKnowledge Retrieval0.6761.0Recovering relevant factual knowledge
Specialized capabilitiesInstruction Following0.7581.1Adhering to explicit user constraints and requested formats
Specialized capabilitiesSafety Evaluation0.7391.1Producing safe and policy-aligned behavior

Aggregate result

MetricResult
Weighted eval_accuracy0.710
Unweighted mean across 15 benchmarks0.712
Number of benchmarks15

The weighted score is calculated as:

text
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:

bash
python evaluation/eval.py checkpoints/step_1000

The 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