Mirali33 commited on
Commit
c3ab5aa
·
verified ·
1 Parent(s): ffe8579

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +119 -86
README.md CHANGED
@@ -1,4 +1,23 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -22,90 +41,104 @@ dataset_info:
22
  '12': sfx
23
  '13': cra
24
  '14': mix
25
- splits:
26
- - name: train
27
- num_bytes: 105651108.72
28
- num_examples: 11305
29
- - name: test
30
- num_bytes: 11381333.684
31
- num_examples: 1614
32
- - name: val
33
- num_bytes: 25565414.982
34
- num_examples: 3231
35
- - name: few_shot_train_2_shot
36
- num_bytes: 223212.0
37
- num_examples: 30
38
- - name: few_shot_train_1_shot
39
- num_bytes: 112576.0
40
- num_examples: 15
41
- - name: few_shot_train_10_shot
42
- num_bytes: 1144699.0
43
- num_examples: 150
44
- - name: few_shot_train_5_shot
45
- num_bytes: 564037.0
46
- num_examples: 75
47
- - name: few_shot_train_15_shot
48
- num_bytes: 1708374.0
49
- num_examples: 225
50
- - name: few_shot_train_20_shot
51
- num_bytes: 2289212.0
52
- num_examples: 300
53
- - name: partition_train_0.01x_partition
54
- num_bytes: 861571.0
55
- num_examples: 113
56
- - name: partition_train_0.02x_partition
57
- num_bytes: 1766942.0
58
- num_examples: 226
59
- - name: partition_train_0.50x_partition
60
- num_bytes: 49834398.52
61
- num_examples: 5652
62
- - name: partition_train_0.20x_partition
63
- num_bytes: 16893894.121
64
- num_examples: 2261
65
- - name: partition_train_0.05x_partition
66
- num_bytes: 4322407.0
67
- num_examples: 565
68
- - name: partition_train_0.10x_partition
69
- num_bytes: 8540958.71
70
- num_examples: 1130
71
- - name: partition_train_0.25x_partition
72
- num_bytes: 22023360.738
73
- num_examples: 2826
74
- download_size: 227437022
75
- dataset_size: 252883499.47500002
76
- configs:
77
- - config_name: default
78
- data_files:
79
- - split: train
80
- path: data/train-*
81
- - split: test
82
- path: data/test-*
83
- - split: val
84
- path: data/val-*
85
- - split: few_shot_train_2_shot
86
- path: data/few_shot_train_2_shot-*
87
- - split: few_shot_train_1_shot
88
- path: data/few_shot_train_1_shot-*
89
- - split: few_shot_train_10_shot
90
- path: data/few_shot_train_10_shot-*
91
- - split: few_shot_train_5_shot
92
- path: data/few_shot_train_5_shot-*
93
- - split: few_shot_train_15_shot
94
- path: data/few_shot_train_15_shot-*
95
- - split: few_shot_train_20_shot
96
- path: data/few_shot_train_20_shot-*
97
- - split: partition_train_0.01x_partition
98
- path: data/partition_train_0.01x_partition-*
99
- - split: partition_train_0.02x_partition
100
- path: data/partition_train_0.02x_partition-*
101
- - split: partition_train_0.50x_partition
102
- path: data/partition_train_0.50x_partition-*
103
- - split: partition_train_0.20x_partition
104
- path: data/partition_train_0.20x_partition-*
105
- - split: partition_train_0.05x_partition
106
- path: data/partition_train_0.05x_partition-*
107
- - split: partition_train_0.10x_partition
108
- path: data/partition_train_0.10x_partition-*
109
- - split: partition_train_0.25x_partition
110
- path: data/partition_train_0.25x_partition-*
111
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - image-classification
18
+ task_ids:
19
+ - multi-class-image-classification
20
+ pretty_name: mb-domars16k
21
  dataset_info:
22
  features:
23
  - name: image
 
41
  '12': sfx
42
  '13': cra
43
  '14': mix
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
45
+
46
+ # mb-domars16k
47
+
48
+ A Mars image classification dataset for planetary science research.
49
+
50
+ ## Dataset Metadata
51
+
52
+ * **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International)
53
+ * **Version:** 1.0
54
+ * **Date Published:** 2025-05-14
55
+ * **Cite As:** TBD
56
+
57
+ ## Classes
58
+
59
+ This dataset contains the following classes:
60
+
61
+ - 0: ael
62
+ - 1: rou
63
+ - 2: cli
64
+ - 3: aec
65
+ - 4: tex
66
+ - 5: smo
67
+ - 6: fss
68
+ - 7: rid
69
+ - 8: fse
70
+ - 9: sfe
71
+ - 10: fsf
72
+ - 11: fsg
73
+ - 12: sfx
74
+ - 13: cra
75
+ - 14: mix
76
+
77
+ ## Statistics
78
+
79
+ - **train**: 11305 images
80
+ - **test**: 1614 images
81
+ - **val**: 3231 images
82
+ - **few_shot_train_2_shot**: 30 images
83
+ - **few_shot_train_1_shot**: 15 images
84
+ - **few_shot_train_10_shot**: 150 images
85
+ - **few_shot_train_5_shot**: 75 images
86
+ - **few_shot_train_15_shot**: 225 images
87
+ - **few_shot_train_20_shot**: 300 images
88
+ - **partition_train_0.01x_partition**: 113 images
89
+ - **partition_train_0.02x_partition**: 226 images
90
+ - **partition_train_0.50x_partition**: 5652 images
91
+ - **partition_train_0.20x_partition**: 2261 images
92
+ - **partition_train_0.05x_partition**: 565 images
93
+ - **partition_train_0.10x_partition**: 1130 images
94
+ - **partition_train_0.25x_partition**: 2826 images
95
+
96
+ ## Few-shot Splits
97
+
98
+ This dataset includes the following few-shot training splits:
99
+
100
+ - **few_shot_train_2_shot**: 30 images
101
+ - **few_shot_train_1_shot**: 15 images
102
+ - **few_shot_train_10_shot**: 150 images
103
+ - **few_shot_train_5_shot**: 75 images
104
+ - **few_shot_train_15_shot**: 225 images
105
+ - **few_shot_train_20_shot**: 300 images
106
+
107
+ Few-shot configurations:
108
+
109
+ - **2_shot.csv**
110
+ - **1_shot.csv**
111
+ - **10_shot.csv**
112
+ - **5_shot.csv**
113
+ - **15_shot.csv**
114
+ - **20_shot.csv**
115
+ ## Partition Splits
116
+
117
+ This dataset includes the following training data partitions:
118
+
119
+ - **partition_train_0.01x_partition**: 113 images
120
+ - **partition_train_0.02x_partition**: 226 images
121
+ - **partition_train_0.50x_partition**: 5652 images
122
+ - **partition_train_0.20x_partition**: 2261 images
123
+ - **partition_train_0.05x_partition**: 565 images
124
+ - **partition_train_0.10x_partition**: 1130 images
125
+ - **partition_train_0.25x_partition**: 2826 images
126
+
127
+ ## Usage
128
+
129
+ ```python
130
+ from datasets import load_dataset
131
+
132
+ dataset = load_dataset("Mirali33/mb-domars16k")
133
+ ```
134
+
135
+ ## Format
136
+
137
+ Each example in the dataset has the following format:
138
+
139
+ ```
140
+ {
141
+ 'image': Image(...), # PIL image
142
+ 'label': int, # Class label
143
+ }
144
+ ```