Alejandro98 commited on
Commit
ac4072d
·
verified ·
1 Parent(s): 7c0c5ae

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': lymphocyte
11
+ '1': neutrophil
12
+ '2': basophil
13
+ '3': monocyte
14
+ '4': eosinophil
15
+ '5': platelet
16
+ '6': erythroblast
17
+ '7': immature granulocyte
18
+ '8': irregular_contours
19
+ '9': intermediate
20
+ '10': smooth_contours
21
+ '11': elongated_shape
22
+ '12': round_shape
23
+ '13': coarse_texture
24
+ '14': fine_texture
25
+ '15': very_weak
26
+ '16': moderate
27
+ '17': weak
28
+ '18': strong
29
+ '19': leishmania_haptomonad
30
+ '20': hela_metaphase
31
+ '21': tobacco_leaf_chloroplast
32
+ '22': cardiac_muscle
33
+ '23': zebrafish_retina
34
+ '24': metaphase
35
+ '25': g2
36
+ '26': anaphase
37
+ '27': g1
38
+ '28': s
39
+ '29': prophase
40
+ '30': telophase
41
+ '31': golgi_twin
42
+ '32': diffuse
43
+ '33': interphase
44
+ '34': partly_disassembled
45
+ '35': prometaphase
46
+ '36': late_anaphase
47
+ '37': early_anaphase
48
+ '38': apoptosis
49
+ '39': binucleate
50
+ '40': bipolar_spindle
51
+ '41': aster
52
+ '42': midbody
53
+ '43': low-grade-lsil
54
+ '44': negative-nilm
55
+ '45': high-grade-hsil
56
+ '46': carcinoma-scc
57
+ '47': alnus_normal
58
+ '48': corylus_avellana_normal
59
+ '49': corylus_avellana_abnormal
60
+ '50': non_pollen
61
+ '51': debris
62
+ '52': adipose
63
+ '53': stroma
64
+ '54': lympho
65
+ '55': tumor
66
+ '56': complex
67
+ '57': mucosa
68
+ '58': empty
69
+ '59': background
70
+ '60': smooth_muscle
71
+ '61': normal_mucosa
72
+ '62': cancer_stroma
73
+ '63': lymphocytes
74
+ '64': mucus
75
+ '65': chronic_heart_failure
76
+ '66': not_chronic_heart_failure
77
+ '67': taxol_mt_in-vitro
78
+ '68': gmpcpp_mt_in-vitro
79
+ '69': nuclei
80
+ '70': cell_membrane
81
+ '71': 2-5um_int_calib_beads
82
+ '72': e_coli_gfp-fill
83
+ '73': e_coli_nuclei
84
+ '74': lysosomes
85
+ '75': tetraspeck_beads
86
+ '76': actin
87
+ '77': synthetic_noise
88
+ '78': unif_test_slide
89
+ '79': golgi
90
+ '80': nuclear_punctae
91
+ '81': membrane
92
+ '82': er
93
+ '83': centrosome
94
+ '84': nucleoplasm
95
+ '85': vesicles
96
+ '86': nucleolus_gc
97
+ '87': cytoplasmic
98
+ '88': cell_contact
99
+ '89': big_aggregates
100
+ '90': nuclear_membrane
101
+ '91': focal_adhesions
102
+ '92': nucleolus_fc_dfc
103
+ '93': chromatin
104
+ '94': cytoskeleton
105
+ '95': mitochondria
106
+ '96': unknown
107
+ '97': benign
108
+ '98': malignant
109
+ '99': cored
110
+ '100': negative
111
+ '101': caa
112
+ '102': normal_mitochondria
113
+ '103': abnormal_mitochondria
114
+ - name: label_name
115
+ dtype: string
116
+ - name: dataset
117
+ dtype: string
118
+ - name: domain
119
+ dtype: string
120
+ - name: institution
121
+ dtype: string
122
+ - name: license
123
+ dtype: string
124
+ - name: microns_per_pixel
125
+ dtype: float32
126
+ - name: modality
127
+ dtype: string
128
+ - name: ncbitaxon_id
129
+ dtype: string
130
+ - name: ncbitaxon_name
131
+ dtype: string
132
+ - name: pmid
133
+ dtype: string
134
+ - name: split
135
+ dtype: string
136
+ - name: stain
137
+ dtype: string
138
+ - name: subdomain
139
+ dtype: string
140
+ - name: synthetic
141
+ dtype: bool
142
+ - name: question
143
+ dtype: string
144
+ - name: answer
145
+ dtype: string
146
+ - name: answer_idx
147
+ dtype: int64
148
+ - name: options
149
+ sequence: string
150
+ - name: question_name
151
+ dtype: string
152
+ - name: question_id
153
+ dtype: string
154
+ splits:
155
+ - name: test
156
+ num_bytes: 3206828940.2546926
157
+ num_examples: 16130
158
+ download_size: 2860520402
159
+ dataset_size: 3206828940.2546926
160
+ configs:
161
+ - config_name: default
162
+ data_files:
163
+ - split: test
164
+ path: data/test-*
165
+ ---
data/test-00000-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986ee5e9f1b7b341897286ad62e8f9f9d5c8fb125882d7f471bfd8932c8e9a84
3
+ size 225974342
data/test-00001-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64bd6746e9228a8e2cbb925ffaa83229bb6f3d3c147592ec71c1fd8d8a13e37e
3
+ size 903294889
data/test-00002-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1a12d86d6d9d6650122a86321fc4dc5c6fd243c6adaf15484722b1c5819be7
3
+ size 22275285
data/test-00003-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec0cec29f360faf81803fa6089710e7f9a83fc49450ef18eed4defb9cdbccc4
3
+ size 987673741
data/test-00004-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba6459edb1d33228ae27f9ace10a06be1f72dab4a307f29d9e2f1860497aa87
3
+ size 210755068
data/test-00005-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b8e711f10908e0c0af6e34285036891ae35fbf158c37436ff9a3738ed33eb34
3
+ size 201206690
data/test-00006-of-00007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf9766ab697814a807818a737bbfedcd38636e5e86055ba4cccf34bc1397349
3
+ size 309340387