Add brain_tumor_classification (#5)
Browse files- Add brain_tumor_classification (d15d1af533fe34c6ff1b5719e79e8902a5dcf7e5)
README.md
CHANGED
|
@@ -27,6 +27,32 @@ dataset_info:
|
|
| 27 |
num_examples: 6400
|
| 28 |
download_size: 96727581
|
| 29 |
dataset_size: 99043326.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
- config_name: coronahack
|
| 31 |
features:
|
| 32 |
- name: image
|
|
@@ -84,6 +110,10 @@ configs:
|
|
| 84 |
data_files:
|
| 85 |
- split: train
|
| 86 |
path: alzheimers/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
- config_name: coronahack
|
| 88 |
data_files:
|
| 89 |
- split: train
|
|
|
|
| 27 |
num_examples: 6400
|
| 28 |
download_size: 96727581
|
| 29 |
dataset_size: 99043326.6
|
| 30 |
+
- config_name: brain_tumor_classification
|
| 31 |
+
features:
|
| 32 |
+
- name: image
|
| 33 |
+
dtype: image
|
| 34 |
+
- name: dataset_name
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: dataset_uid
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: phase_name
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: comparative
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: study_id
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: umie_id
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: mask
|
| 47 |
+
dtype: 'null'
|
| 48 |
+
- name: labels
|
| 49 |
+
dtype: string
|
| 50 |
+
splits:
|
| 51 |
+
- name: train
|
| 52 |
+
num_bytes: 401417456.808
|
| 53 |
+
num_examples: 3264
|
| 54 |
+
download_size: 409873384
|
| 55 |
+
dataset_size: 401417456.808
|
| 56 |
- config_name: coronahack
|
| 57 |
features:
|
| 58 |
- name: image
|
|
|
|
| 110 |
data_files:
|
| 111 |
- split: train
|
| 112 |
path: alzheimers/train-*
|
| 113 |
+
- config_name: brain_tumor_classification
|
| 114 |
+
data_files:
|
| 115 |
+
- split: train
|
| 116 |
+
path: brain_tumor_classification/train-*
|
| 117 |
- config_name: coronahack
|
| 118 |
data_files:
|
| 119 |
- split: train
|
brain_tumor_classification/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3c805f4da0db742cc42d564352698754f884f977893ed42c2b5f4e85e7e4f6
|
| 3 |
+
size 409873384
|