CoolFace
Datasetpublic

dmedhi/science-class11-textbook

Science Class 11 Textbook dataset The dataset titled science-class11-textbook contains the chapter contents of the Science textbooks for Class 11. It includes chapters for both Physics and Chemistry. The chapters in Part 1 are numbered as follows: Chapter 1 is marked as 101, Chapter 2 as 102, and so on. The chapters in Part 2 are numbered starting from 201, 202, and so forth. Usage Use the datasets library to load the dataset. Install using the following. pip… See the full description on the dataset page: https://huggingface.co/datasets/dmedhi/science-class11-textbook.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes207downloads
Dataset Card

Science Class 11 Textbook dataset

The dataset titled science-class11-textbook contains the chapter contents of the Science textbooks for Class 11. It includes chapters for both Physics and Chemistry.

The chapters in Part 1 are numbered as follows: Chapter 1 is marked as 101, Chapter 2 as 102, and so on. The chapters in Part 2 are numbered starting from 201, 202, and so forth.

Usage

  1. 1.Use the datasets library to load the dataset. Install using the following.
python
pip install datasets
  1. 1.Load the dataset.
python
from datasets import load_dataset

dataset = load_dataset("dmedhi/science-class11-textbook")

Contribution

Please leave a ♥ if you've used the dataset.