Commit
·
7851f9b
1
Parent(s):
33514ab
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: label
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
'0': '1'
|
| 11 |
+
'1': '2'
|
| 12 |
+
'2': '3'
|
| 13 |
+
'3': '4'
|
| 14 |
+
'4': '5'
|
| 15 |
+
'5': test
|
| 16 |
+
splits:
|
| 17 |
+
- name: train
|
| 18 |
+
num_bytes: 33935730.754999995
|
| 19 |
+
num_examples: 17035
|
| 20 |
+
- name: test
|
| 21 |
+
num_bytes: 12473974.174
|
| 22 |
+
num_examples: 6494
|
| 23 |
+
download_size: 45458257
|
| 24 |
+
dataset_size: 46409704.929
|
| 25 |
+
---
|
| 26 |
+
# Dataset Card for "algae-wirs"
|
| 27 |
+
|
| 28 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|