datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
shangkhachil-bengali-public-domain
Bengali Public-Domain Literature
101 complete works by 21 authors,
11,250,629 characters. Corpus corpus-f8c532fcb4e7, built 2026-09-09.
Where these texts are read
https://shangkhachil.com — the reading site this corpus was built for. Free, no
account, 246 works by 28 authors. The complete text of
every work in this file can be read there.
This file is the text. The site is the part a JSONL cannot be:
Rights computed for the reader's own country, at the edge… See the full description on the dataset page: https://huggingface.co/datasets/mir178/shangkhachil-bengali-public-domain.pratilipi-bengali-webscrape
Pratilipi Bengali Literature Archive
Overview
This repository contains a large-scale text dataset scraped from bengali.pratilipi.com, a leading storytelling and self-publishing platform for Bengali literature. The primary goal of this archive is to preserve a vast collection of purely human-written Bengali fiction, serials, poems, and essays, creating a distinct record of human creativity and storytelling.
Purpose and Usage
This dataset is published… See the full description on the dataset page: https://huggingface.co/datasets/sayurio/pratilipi-bengali-webscrape.all_combined_bengali_252k
Dataset Card for all_combined_bengali_252K
Dataset Summary
This dataset is a mix of Bengali instruction sets translated from open-source instruction sets:
Dolly,
Alpaca,
ChatDoctor,
Roleplay
GSM
In this dataset Bengali instruction, input, and output strings are available.
Supported Tasks and Leaderboards
Large Language Model (LLM)
Languages
Bengali
Dataset Structure
JSON
Data Fields
output (string)
data_source (string)… See the full description on the dataset page: https://huggingface.co/datasets/OdiaGenAI/all_combined_bengali_252k.soda_bengali_smallbengali-sft-v1
Bengali SFT Dataset (bengali-sft-v1)
এটি একটি ছোট বাংলা Instruction-Response ডেটাসেট, Supervised Fine-Tuning (SFT) এর জন্য তৈরি।
Dataset Summary
ভাষা: বাংলা (Bengali)
ফরম্যাট: instruction + output
উদাহরণ সংখ্যা: ১২০টি
Dataset Structure
Column
Description
instruction
ব্যবহারকারীর প্রশ্ন/নির্দেশ
output
উত্তর/রেসপন্স
How to use
from datasets import load_dataset
ds = load_dataset("worldjit/bengali-sft-v1")
