1aurent commited on
Commit
7730e52
1 Parent(s): 152f3a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -2
README.md CHANGED
@@ -1,15 +1,53 @@
1
  ---
2
  license: cc-by-4.0
3
- task_categories:
4
- - image-classification
5
  size_categories:
6
  - 100K<n<1M
 
 
7
  tags:
8
  - biology
9
  - Colorectal Pancer
10
  - Histopathology
11
  - Histology
12
  - Digital Pathology
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1214456.svg)](https://doi.org/10.5281/zenodo.1214456)
 
1
  ---
2
  license: cc-by-4.0
 
 
3
  size_categories:
4
  - 100K<n<1M
5
+ task_categories:
6
+ - image-classification
7
  tags:
8
  - biology
9
  - Colorectal Pancer
10
  - Histopathology
11
  - Histology
12
  - Digital Pathology
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: CRC_VAL_HE_7K
17
+ path: data/CRC_VAL_HE_7K-*
18
+ - split: NCT_CRC_HE_100K
19
+ path: data/NCT_CRC_HE_100K-*
20
+ - split: NCT_CRC_HE_100K_NONORM
21
+ path: data/NCT_CRC_HE_100K_NONORM-*
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': ADI
31
+ '1': BACK
32
+ '2': DEB
33
+ '3': LYM
34
+ '4': MUC
35
+ '5': MUS
36
+ '6': NORM
37
+ '7': STR
38
+ '8': TUM
39
+ splits:
40
+ - name: CRC_VAL_HE_7K
41
+ num_bytes: 1093021734.96
42
+ num_examples: 7180
43
+ - name: NCT_CRC_HE_100K
44
+ num_bytes: 15223287558.0
45
+ num_examples: 100000
46
+ - name: NCT_CRC_HE_100K_NONORM
47
+ num_bytes: 15219740158.0
48
+ num_examples: 100000
49
+ download_size: 27708267639
50
+ dataset_size: 31536049450.96
51
  ---
52
 
53
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1214456.svg)](https://doi.org/10.5281/zenodo.1214456)