Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Languages:
English
Size:
1K - 10K
License:
Upload Mars multi-label classification dataset
Browse filesMars Image Multi-Label Classification Dataset
Classes: 25 classes
- README.md +29 -0
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
- data/val-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -18,6 +18,35 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- multi-label-image-classification
|
20 |
pretty_name: mars-multi-label-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# mars-multi-label-classification
|
|
|
18 |
task_ids:
|
19 |
- multi-label-image-classification
|
20 |
pretty_name: mars-multi-label-classification
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: data/train-*
|
26 |
+
- split: val
|
27 |
+
path: data/val-*
|
28 |
+
- split: test
|
29 |
+
path: data/test-*
|
30 |
+
dataset_info:
|
31 |
+
features:
|
32 |
+
- name: image
|
33 |
+
dtype: image
|
34 |
+
- name: labels
|
35 |
+
sequence: int8
|
36 |
+
- name: feature_names
|
37 |
+
sequence: string
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 189511167.738
|
41 |
+
num_examples: 1762
|
42 |
+
- name: val
|
43 |
+
num_bytes: 48685102.0
|
44 |
+
num_examples: 443
|
45 |
+
- name: test
|
46 |
+
num_bytes: 78350787.0
|
47 |
+
num_examples: 739
|
48 |
+
download_size: 320118588
|
49 |
+
dataset_size: 316547056.73800004
|
50 |
---
|
51 |
|
52 |
# mars-multi-label-classification
|
data/test-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86fc53d21f8cf44110ee493ba65a4252cc07bb3f239afd2479a298aba75ed8d1
|
3 |
+
size 78294045
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:374f08fb7cfaf5c071f2a9d49975e45ddca5806117846fc5f6a134f72330dad4
|
3 |
+
size 193175990
|
data/val-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c08c68bc8ca835f9f7bb9936dd30b1205345ba68b1229b39768822a3b5e67ff2
|
3 |
+
size 48648553
|