File size: 753 Bytes
e88dca4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': section_1
          '1': section_10
          '2': section_11
          '3': section_12
          '4': section_13
          '5': section_14
          '6': section_15
          '7': section_16
          '8': section_2
          '9': section_3
          '10': section_4
          '11': section_5
          '12': section_6
          '13': section_7
          '14': section_8
          '15': section_9
  splits:
  - name: train
    num_bytes: 112883006
    num_examples: 128
  download_size: 112890518
  dataset_size: 112883006
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---