Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

c2x86 compilation pairs

Pairs of C source files and corresponding x86 assembly.

  • Columns: c (C code), s (x86 assembly)
  • Suggested load:
import json

# JSONL files with one object per line
train = [json.loads(l) for l in open('train.jsonl', 'r', encoding='utf-8')]
test = [json.loads(l) for l in open('test.jsonl', 'r', encoding='utf-8')]
Downloads last month
6