Datasets:
Upload dataset
Browse files- README.md +25 -2
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,9 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
models:
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Brain Tumor MRI Dataset
|
|
|
|
| 1 |
---
|
| 2 |
license: cc0-1.0
|
| 3 |
tags:
|
| 4 |
+
- BrainTumor
|
| 5 |
models:
|
| 6 |
+
- AIOmarRehan/Brain_Tumor_Classification_with_Grad-CAM
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: test
|
| 11 |
+
path: data/test-*
|
| 12 |
+
dataset_info:
|
| 13 |
+
features:
|
| 14 |
+
- name: image
|
| 15 |
+
dtype: image
|
| 16 |
+
- name: label
|
| 17 |
+
dtype:
|
| 18 |
+
class_label:
|
| 19 |
+
names:
|
| 20 |
+
'0': glioma
|
| 21 |
+
'1': meningioma
|
| 22 |
+
'2': notumor
|
| 23 |
+
'3': pituitary
|
| 24 |
+
splits:
|
| 25 |
+
- name: test
|
| 26 |
+
num_bytes: 23698544
|
| 27 |
+
num_examples: 1311
|
| 28 |
+
download_size: 25969079
|
| 29 |
+
dataset_size: 23698544
|
| 30 |
---
|
| 31 |
|
| 32 |
# Brain Tumor MRI Dataset
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09537e9f06de582c889345cfe89752cffd82aecad2b4d215f848682d40f64262
|
| 3 |
+
size 25969079
|