--- license: other language: - ko - en tags: - code - fill-in-the-middle - jsonl - tokenizer - moe - dense pretty_name: QuickCoder-Dataset size_categories: - 10M{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 `text` count is zero. - In-bundle duplicate count is zero. - The checkpoint folder contains only one file: `dataset/.jsonl`. Legacy checkpoints may contain several JSONL parts only until they are repackaged. - `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present under `dataset_guide/checkpoint_reports//`. - Shared `tokenizer/`, `dense/`, and `moe/` documentation lives at repository root, outside checkpoint folders. Do not train on a checkpoint marked `Not Upload Ready`.