Fix dataset card split metadata keys

#5
AgentPerfBench org

Replaces dataset_info split metadata key num_rows with num_examples, matching the datasets SplitInfo schema used by the Hub dataset viewer.

Constraint: Hugging Face config-name resolution rejects unknown SplitInfo keys.
Rejected: Editing data files | the failure is in README card YAML before data loading begins.
Confidence: high
Scope-risk: narrow
Directive: Use num_examples, not num_rows, in dataset card split metadata.
Tested: Parsed README YAML and verified all dataset_info splits contain num_examples and no num_rows.
Not-tested: Hub dataset viewer refresh after merge.

booth-algo changed pull request status to merged
booth-algo deleted the refs/pr/5 ref

Sign up or log in to comment