Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,16 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
-
---
|
| 5 |
-
license: other
|
| 6 |
-
library_name: pytorch
|
| 7 |
-
tags:
|
| 8 |
-
- medical-imaging
|
| 9 |
-
- brain-mri
|
| 10 |
-
- tumor-classification
|
| 11 |
-
- binary-classification
|
| 12 |
-
- pytorch
|
| 13 |
-
---
|
| 14 |
|
| 15 |
# Brain Tumor Binary Classifier
|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
library_name: pytorch
|
| 6 |
+
base_model:
|
| 7 |
+
- microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
|
| 8 |
+
- torchvision/vgg16
|
| 9 |
+
datasets:
|
| 10 |
+
- Br35H
|
| 11 |
+
tags:
|
| 12 |
+
- medical-imaging
|
| 13 |
+
- brain-mri
|
| 14 |
+
- tumor-classification
|
| 15 |
+
- binary-classification
|
| 16 |
+
- pytorch
|
| 17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Brain Tumor Binary Classifier
|
| 20 |
|