jedisct1/enriched-golang-finetune-dataset
Enriched Commit Diff Fine-tuning Dataset Generated from jedisct1/golang on 2026-06-07T17:24:24.423892+00:00. Each kept source commit produces four supervised fine-tuning variants: message_to_diff: original commit message -> original diff diff_to_message: original diff -> original commit message minimized_message_to_diff: concise/minimized commit message -> original diff message_to_shuffled_diff: original commit message -> original diff with file blocks shuffled Output files… See the full description on the dataset page: https://huggingface.co/datasets/jedisct1/enriched-golang-finetune-dataset.
Enriched Commit Diff Fine-tuning Dataset
Generated from jedisct1/golang on 2026-06-07T17:24:24.423892+00:00.
Each kept source commit produces four supervised fine-tuning variants:
message_to_diff: original commit message -> original diffdiff_to_message: original diff -> original commit messageminimized_message_to_diff: concise/minimized commit message -> original diffmessage_to_shuffled_diff: original commit message -> original diff with file blocks shuffled
Output files are line-safe JSONL shards. By default they are gzip-compressed (.jsonl.gz) and rotated at roughly the configured uncompressed shard size.
Rows include both plain prompt/completion fields and chat messages fields:
instructioninputoutputpromptcompletionmessages
Build stats
Language prompt: Go File filter: go
Total source rows kept: 1340738 Total enriched rows: 5362952
Regeneration
python build_enriched_rust_dataset.py --source-dataset jedisct1/golang --output-dir enriched-golang-finetune-datasetTo upload after regeneration:
python build_enriched_rust_dataset.py --source-dataset jedisct1/golang --output-dir enriched-golang-finetune-dataset --push-to YOUR_USERNAME/YOUR_DATASET_NAME