CoolFace
Datasetpublic

techoptions/Bangla_Education_Specialist_v1_11K

Bangla Education Specialist v1 — 11K Dataset Description A Bangla education-domain instruction-following dataset containing 11,000+ samples designed for fine-tuning Large Language Models (LLMs) on Bengali educational question-answering tasks. Curated and processed by TechOptions. Dataset Details Property Value Language Bengali (bn) Domain Education Total Samples ~11,000 File Size ~6.48 MB Format JSONL → Parquet License Apache… See the full description on the dataset page: https://huggingface.co/datasets/techoptions/Bangla_Education_Specialist_v1_11K.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes17downloads
Dataset Card

Bangla Education Specialist v1 — 11K

Dataset Description

A Bangla education-domain instruction-following dataset containing 11,000+ samples designed for fine-tuning Large Language Models (LLMs) on Bengali educational question-answering tasks.

Curated and processed by TechOptions.


Dataset Details

PropertyValue
LanguageBengali (bn)
DomainEducation
Total Samples~11,000
File Size~6.48 MB
FormatJSONL → Parquet
LicenseApache 2.0
TaskInstruction Tuning

Dataset Structure

Each sample follows this format:

json
{
  "instruction": "...",
  "response": "..."
}

Usage

python
from datasets import load_dataset

ds = load_dataset("techoptions/Bangla_Education_Specialist_v1_11K")
print(ds["train"][0])

Intended Use

  • —Fine-tuning LLMs for Bangla education domain
  • —Bengali educational question-answering
  • —Bangla student assistant / tutoring AI development
  • —NLP research on Bangla education content

License

This dataset is released under the Apache 2.0 License.