File size: 704 Bytes
26f09ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    sequence:
      sequence:
        sequence: uint8
  - name: origin
    dtype: string
  - name: oncotree_code
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': BLCA
          '1': CESC
          '2': COAD
          '3': CSCC
          '4': EPM
          '5': HCC
          '6': LIHB
          '7': PAAD
          '8': PRAD
          '9': SCCRCC
          '10': SKCM
          '11': SOC
  splits:
  - name: train
    num_bytes: 71018378948
    num_examples: 201666
  download_size: 30130976609
  dataset_size: 71018378948
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---