--- license: other language: - ko - en tags: - code - fill-in-the-middle - jsonl - tokenizer - moe - dense pretty_name: FABLE 5 Code FIM Upload Checkpoints size_categories: - 10B{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. - `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present. - The checkpoint contains the `tokenizer`, `dense_architecture`, and `moe_architecture` documentation folders. Do not train on a checkpoint marked `Not Upload Ready`.