File size: 662 Bytes
da12995
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': adipose
          '1': background
          '2': debris
          '3': lymphocytes
          '4': mucus
          '5': smooth muscle
          '6': normal colon mucosa
          '7': cancer-associated stroma
          '8': colorectal adenocarcinoma epithelium
  - name: features
    sequence: float32
  splits:
  - name: train
    num_bytes: 251729801.5
    num_examples: 89996
  download_size: 302506027
  dataset_size: 251729801.5
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---