CoolFace
Datasetpublic

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.

sourceHugging Faceunknownupdated 4mo agoView on Hugging Face
0likes57downloads
Dataset Card

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 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:

  • —instruction
  • —input
  • —output
  • —prompt
  • —completion
  • —messages

Build stats

Language prompt: Go File filter: go

SplitSource rows seenSource rows keptEnriched rowsSkipped by file filter
train13407481340738536295210

Total source rows kept: 1340738 Total enriched rows: 5362952

Regeneration

bash
python build_enriched_rust_dataset.py   --source-dataset jedisct1/golang   --output-dir enriched-golang-finetune-dataset

To upload after regeneration:

bash
python build_enriched_rust_dataset.py   --source-dataset jedisct1/golang   --output-dir enriched-golang-finetune-dataset   --push-to YOUR_USERNAME/YOUR_DATASET_NAME