Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ pretty_name: Soft vs Stiff (Microscopy)
|
|
| 3 |
task_categories:
|
| 4 |
- image-classification
|
| 5 |
size_categories:
|
| 6 |
-
- n<
|
| 7 |
license: other
|
| 8 |
language:
|
| 9 |
- und
|
|
@@ -18,4 +18,4 @@ language:
|
|
| 18 |
```python
|
| 19 |
from datasets import load_dataset
|
| 20 |
ds = load_dataset("imagefolder", repo_id="SCH-YcHan/hMSC", data_dir="data")
|
| 21 |
-
print(ds)
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- image-classification
|
| 5 |
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
license: other
|
| 8 |
language:
|
| 9 |
- und
|
|
|
|
| 18 |
```python
|
| 19 |
from datasets import load_dataset
|
| 20 |
ds = load_dataset("imagefolder", repo_id="SCH-YcHan/hMSC", data_dir="data")
|
| 21 |
+
print(ds)
|