NickIBrody/assembly-code-suite
NickIBrody/assembly-code-suite Assembly Code Suite is a public raw assembly corpus built from open-source repositories and selected historical git revisions. Splits train.jsonl validation.jsonl test.jsonl Schema { "id": "owner/repo:path:chunk", "text": "...", "arch": "x86_64", "syntax": "gas-att", "kind": "handwritten", "repo": "owner/repo", "path": "arch/x86/lib/memcpy_64.S", "license": "GPL-2.0", "commit": "abcdef123456"… See the full description on the dataset page: https://huggingface.co/datasets/NickIBrody/assembly-code-suite.
187
NickIBrody/assembly-code-suite
Assembly Code Suite is a public raw assembly corpus built from open-source repositories and selected historical git revisions.
Splits
train.jsonlvalidation.jsonltest.jsonl
Schema
{
"id": "owner/repo:path:chunk",
"text": "...",
"arch": "x86_64",
"syntax": "gas-att",
"kind": "handwritten",
"repo": "owner/repo",
"path": "arch/x86/lib/memcpy_64.S",
"license": "GPL-2.0",
"commit": "abcdef123456",
"source_url": "https://github.com/owner/repo/blob/abcdef123456/arch/x86/lib/memcpy_64.S"
}Build Summary
{
"repos": 39,
"files": 119400,
"chunks": 304261,
"candidates": 304261,
"train": 273806,
"validation": 15226,
"test": 15229
}