File size: 351 Bytes
a1db72d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
dataset_info:
  features:
    - name: book_volume
      dtype: string
    - name: book_title
      dtype: string
    - name: chapter_number
      dtype: string
    - name: chapter_title
      dtype: string
    - name: section_number
      dtype: string
    - name: section_title
      dtype: string
    - name: section_text
      dtype: string
---