librarian-bot's picture
Librarian Bot: Add language metadata for dataset
39a5b67 verified
|
raw
history blame
1.16 kB
---
language:
- en
dataset_info:
features:
- name: id
dtype: string
- name: text
dtype: string
- name: idx
dtype: int64
- name: class
dtype: string
- name: subject
dtype: string
- name: chapter
dtype: string
splits:
- name: train
num_bytes: 1743934
num_examples: 756
download_size: 906900
dataset_size: 1743934
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# 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. Use the `datasets` library to load the dataset. Install using the following.
```python
pip install datasets
```
2. 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.