File size: 1,163 Bytes
473e552
39a5b67
 
473e552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909f381
 
 
7502233
909f381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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.