--- license: other task_categories: - text-generation language: - en pretty_name: Mini Coder size_categories: - 1M<n<10M source_datasets: - bigcode/starcoderdata --- The Mini-Coder dataset is a 2.2 million (~8GB) filtered selection of code snippets from the [bigcode/starcoderdata](https://huggingface.co/datasets/bigcode/starcoderdata) dataset, serving as a seed for synthetic dataset generation. Each snippet is chosen for its clarity, presence of comments, and inclusion of at least one `if/else` or `switch case` statement This repository is particularly useful for ML researchers in the field of making synthetic dataset.