Upload dataset
Browse files- README.md +28 -9
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
- data/validation-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -14,22 +14,41 @@ dataset_info:
|
|
14 |
dtype:
|
15 |
class_label:
|
16 |
names:
|
17 |
-
'0':
|
18 |
-
'1':
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
splits:
|
22 |
- name: train
|
23 |
-
num_bytes:
|
24 |
num_examples: 1
|
25 |
- name: validation
|
26 |
-
num_bytes:
|
27 |
num_examples: 2
|
28 |
- name: test
|
29 |
-
num_bytes:
|
30 |
num_examples: 1
|
31 |
-
download_size:
|
32 |
-
dataset_size:
|
33 |
configs:
|
34 |
- config_name: default
|
35 |
data_files:
|
|
|
14 |
dtype:
|
15 |
class_label:
|
16 |
names:
|
17 |
+
'0': non-tumor
|
18 |
+
'1': tumor
|
19 |
+
- name: center
|
20 |
+
dtype:
|
21 |
+
class_label:
|
22 |
+
names:
|
23 |
+
'0': train-center1
|
24 |
+
'1': validation-center
|
25 |
+
'2': test-center
|
26 |
+
'3': train-center2
|
27 |
+
'4': train-center3
|
28 |
+
- name: image_id
|
29 |
+
dtype: uint32
|
30 |
+
- name: patient
|
31 |
+
dtype: uint8
|
32 |
+
- name: node
|
33 |
+
dtype: uint8
|
34 |
+
- name: x_coord
|
35 |
+
dtype: uint16
|
36 |
+
- name: y_coord
|
37 |
+
dtype: uint16
|
38 |
+
- name: slide
|
39 |
+
dtype: uint8
|
40 |
splits:
|
41 |
- name: train
|
42 |
+
num_bytes: 21651.0
|
43 |
num_examples: 1
|
44 |
- name: validation
|
45 |
+
num_bytes: 41478.0
|
46 |
num_examples: 2
|
47 |
- name: test
|
48 |
+
num_bytes: 26258.0
|
49 |
num_examples: 1
|
50 |
+
download_size: 103755
|
51 |
+
dataset_size: 89387.0
|
52 |
configs:
|
53 |
- config_name: default
|
54 |
data_files:
|
data/test-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29ea75e13bcd82e6c7ccf74c69e12efc21fd78cd3e8f0095b712d8029ef2c29a
|
3 |
+
size 31052
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7b9b7b63e760ef471bd0a64dc49a6c64fa2850432198ab49f8a1ceacf30333f
|
3 |
+
size 26417
|
data/validation-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38d764bb0bea181420ece072d7ba90efff348dfaf4c272c092f645f25dad7076
|
3 |
+
size 46286
|