kamruzzaman-asif/bangla-instruction-dataset
🧠 Bangla Instruction Dataset This dataset repository consolidates high-quality instruction-tuning data from multiple popular sources, structured for easy use in training and evaluating instruction-following models. 📚 Dataset Splits The dataset is organized into the following splits: Split Name Source Dataset Description OdiaGenAI OdiaGenAI/all_combined_bengali_252k A large-scale collection of diverse Bangla instructions and responses. chrononeel… See the full description on the dataset page: https://huggingface.co/datasets/kamruzzaman-asif/bangla-instruction-dataset.
🧠 Bangla Instruction Dataset
This dataset repository consolidates high-quality instruction-tuning data from multiple popular sources, structured for easy use in training and evaluating instruction-following models.
📚 Dataset Splits
The dataset is organized into the following splits:
Each example in the dataset is standardized into the following Alpaca format:
{
"instruction": "...", // The instruction/task to perform
"input": "...", // Optional context or input
"output": "..." // The expected completion or answer
}📦 Usage
You can load the dataset using the Hugging Face datasets library:
from datasets import load_dataset
dataset = load_dataset("kamruzzaman-asif/bangla-instruction-dataset", split="OdiaGenAI") # or 'naturalInstruction', 'RQA', etc.
📄 License
This dataset is a compilation of publicly available Bangla instruction datasets. Please ensure compliance with the licenses of the original datasets before using this collection for commercial purposes:
