aisamdasu/QuickCoder-Dataset
QuickCoder-Dataset This dataset repository stores upload-ready JSONL training checkpoints for code completion and fill-in-the-middle training. Checkpoints are appended in approximately 20 GiB units so they can also be copied to Google Drive and loaded from Colab/H100 training jobs. New checkpoints use one JSONL file per 20 GiB checkpoint. The long-term target is 400 GiB total mirrored to Hugging Face and Google Drive. Current Upload Status Only validation-passing… See the full description on the dataset page: https://huggingface.co/datasets/aisamdasu/QuickCoder-Dataset.
QuickCoder-Dataset
This dataset repository stores upload-ready JSONL training checkpoints for code completion and fill-in-the-middle training. Checkpoints are appended in approximately 20 GiB units so they can also be copied to Google Drive and loaded from Colab/H100 training jobs. New checkpoints use one JSONL file per 20 GiB checkpoint. The long-term target is 400 GiB total mirrored to Hugging Face and Google Drive.
Current Upload Status
Only validation-passing checkpoints should be uploaded or used for training.
Current Hugging Face dataset repo:
aisamdasu/QuickCoder-DatasetRepository Layout
README.md
dataset_guide/
tokenizer/
dense/
moe/
dataset/
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
dataset/
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g.jsonl
dataset_guide/
checkpoint_reports/
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
MANIFEST.json
BALANCE_REPORT.md
CHECKSUMS.txtRecord Format
Each line is one UTF-8 JSON object. The main training payload is text. Metadata can appear in top-level fields and in meta.
Common fields:
text: canonical training string.domain: task family such ascode_fimorcode_gen.difficulty: coarse difficulty bucket.meta.lang: programming language.meta.repo,meta.path,meta.license,meta.source: source metadata when available.meta.mode: FIM ordering such aspsmorspm.
FIM examples use explicit special tokens:
<|fim_prefix|>{prefix}<|fim_suffix|>{suffix}<|fim_middle|>{middle}Some FIM shards may use suffix-prefix-middle ordering for robustness.
Source And License Notes
This is a mixed code dataset. Bundle 1 contains generated/unknown continuation records and the-stack-v2 FIM records with per-record source metadata such as repository, path, and license where available. Consumers should filter by meta.license, meta.source, and project policy before redistribution or training.
The dataset card intentionally uses license: other because this repository contains mixed-source records rather than one uniform license.
Validation Contract
A checkpoint is upload-ready only when:
- JSONL parsing succeeds.
- Empty
textcount is zero. - In-bundle duplicate count is zero.
- The checkpoint folder contains only one file:
dataset/<checkpoint>.jsonl. Legacy checkpoints may contain several JSONL parts only until they are repackaged. MANIFEST.json,BALANCE_REPORT.md, andCHECKSUMS.txtare present underdataset_guide/checkpoint_reports/<checkpoint>/.- Shared
tokenizer/,dense/, andmoe/documentation lives at repository root, outside checkpoint folders.
Do not train on a checkpoint marked Not Upload Ready.
