Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
[{'expected': SplitInfo(name='train', num_bytes=0, num_examples=0, shard_lengths=None, dataset_name='codegauntlt'), 'recorded': SplitInfo(name='train', num_bytes=173, num_examples=1, shard_lengths=None, dataset_name='code_gauntlet')}, {'expected': SplitInfo(name='validation', num_bytes=0, num_examples=0, shard_lengths=None, dataset_name='codegauntlt'), 'recorded': SplitInfo(name='validation', num_bytes=173, num_examples=1, shard_lengths=None, dataset_name='code_gauntlet')}, {'expected': SplitInfo(name='test', num_bytes=0, num_examples=0, shard_lengths=None, dataset_name='codegauntlt'), 'recorded': SplitInfo(name='test', num_bytes=173, num_examples=1, shard_lengths=None, dataset_name='code_gauntlet')}]
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
string
source
string
description
string
code_buggy
string
code_fixed
string
bug_type
string
tags
string
metadata
string
ex001
mbpp
Fix the off-by-one error in range
for i in range(1, len(arr)):
for i in range(len(arr)):
logic
off-by-one,adversarial
{"executed": false}
README.md exists but content is empty.
Downloads last month
31