Note: This dataset is part of the lineup CodeX by Modotte. You can get lots of datasets in this same lineup, with the main focus on providing very high-quality datasets for model training and fine-tuning.
This dataset is fully synthetic, curated from high-quality public sources and enhanced with synthetic data generated using both closed and open-source models. It serves as a strong foundation for instruction-based model tuning and fine-tuning, offering one of the most refined and extensive corpora available for coding tasks with reasoning.
CodeX-2M-Thinking is a meticulously curated coding dataset designed specifically for instruction-based model tuning and fine-tuning of existing models with enhanced code generation and reasoning capabilities. This fully synthetic dataset represents a large and comprehensively filtered corpus of coding data on the Hugging Face platform, emphasizing a thinking approach with step-by-step reasoning for deeper model training.
pip install -U datasets fsspec
from datasets import load_dataset
dataset = load_dataset("Modotte/CodeX-2M-Thinking")
This dataset has been carefully constructed through a fully synthetic approach, selectively generating and merging examples to enrich the overall dataset for generation models.
Our rigorous filtering process includes open and closed-source filtering techniques, ensuring only the highest-quality examples are retained:
Note: Domains are for reference only. The actual data is very diverse and covers more domains than stated. The actual data includes more complex and high-level questions than stated, spanning multiple programming languages such as Python, Java, C++, JavaScript, and others.
Each example contains:
Models trained on this dataset show significant improvements in:
Special thanks to our partners and contributors:
Anyone can freely use and modify this dataset.
This dataset is released under [apache-2.0].
@dataset{codex2024,
title={CodeX-2M-Thinking: Large-Scale Coding Dataset with Reasoning},
author={Parvesh Rawal at Modotte},
year={2024},
publisher={Modotte},
url={https://huggingface.co/datasets/Modotte/CodeX-2M-Thinking}
}
For questions, suggestions, or collaboration opportunities:
Built with β€οΈ by Modotte - Advancing AI through high-quality data
12 commits
Note: This dataset is part of the lineup CodeX by Modotte. You can get lots of datasets in this same lineup, with the main focus on providing very high-quality datasets for model training and fine-tuning.
This dataset is fully synthetic, curated from high-quality public sources and enhanced with synthetic data generated using both closed and open-source models. It serves as a strong foundation for instruction-based model tuning and fine-tuning, offering one of the most refined and extensive corpora available for coding tasks with reasoning.
CodeX-2M-Thinking is a meticulously curated coding dataset designed specifically for instruction-based model tuning and fine-tuning of existing models with enhanced code generation and reasoning capabilities. This fully synthetic dataset represents a large and comprehensively filtered corpus of coding data on the Hugging Face platform, emphasizing a thinking approach with step-by-step reasoning for deeper model training.
pip install -U datasets fsspec
from datasets import load_dataset
dataset = load_dataset("Modotte/CodeX-2M-Thinking")
This dataset has been carefully constructed through a fully synthetic approach, selectively generating and merging examples to enrich the overall dataset for generation models.
Our rigorous filtering process includes open and closed-source filtering techniques, ensuring only the highest-quality examples are retained:
Note: Domains are for reference only. The actual data is very diverse and covers more domains than stated. The actual data includes more complex and high-level questions than stated, spanning multiple programming languages such as Python, Java, C++, JavaScript, and others.
Each example contains:
Models trained on this dataset show significant improvements in:
Special thanks to our partners and contributors:
Anyone can freely use and modify this dataset.
This dataset is released under [apache-2.0].
@dataset{codex2024,
title={CodeX-2M-Thinking: Large-Scale Coding Dataset with Reasoning},
author={Parvesh Rawal at Modotte},
year={2024},
publisher={Modotte},
url={https://huggingface.co/datasets/Modotte/CodeX-2M-Thinking}
}
For questions, suggestions, or collaboration opportunities:
Built with β€οΈ by Modotte - Advancing AI through high-quality data
12 commits