Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# BreastMNIST Dataset
|
| 2 |
|
| 3 |
This dataset contains medical imaging data for breast cancer classification. It is split into training, validation, and test sets.
|
|
@@ -35,4 +41,4 @@ from datasets import load_dataset
|
|
| 35 |
dataset = load_dataset("sanaa13/breastmnist1", "default")
|
| 36 |
|
| 37 |
# Load the balanced configuration
|
| 38 |
-
balanced_dataset = load_dataset("sanaa13/breastmnist1", "balanced")
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-classification
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
---
|
| 7 |
# BreastMNIST Dataset
|
| 8 |
|
| 9 |
This dataset contains medical imaging data for breast cancer classification. It is split into training, validation, and test sets.
|
|
|
|
| 41 |
dataset = load_dataset("sanaa13/breastmnist1", "default")
|
| 42 |
|
| 43 |
# Load the balanced configuration
|
| 44 |
+
balanced_dataset = load_dataset("sanaa13/breastmnist1", "balanced")
|