gremlin97 commited on
Commit
5a9d960
·
verified ·
1 Parent(s): a95a255

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +125 -86
README.md CHANGED
@@ -1,4 +1,23 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -22,90 +41,110 @@ dataset_info:
22
  '12': sfx
23
  '13': smo
24
  '14': tex
25
- splits:
26
- - name: train
27
- num_bytes: 11691296.703
28
- num_examples: 1639
29
- - name: test
30
- num_bytes: 1897991.0
31
- num_examples: 234
32
- - name: val
33
- num_bytes: 3786838.0
34
- num_examples: 469
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: 17320.0
40
- num_examples: 2
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: 118960.0
55
- num_examples: 15
56
- - name: partition_train_0.02x_partition
57
- num_bytes: 256497.0
58
- num_examples: 30
59
- - name: partition_train_0.50x_partition
60
- num_bytes: 6052223.0
61
- num_examples: 753
62
- - name: partition_train_0.20x_partition
63
- num_bytes: 2431126.0
64
- num_examples: 301
65
- - name: partition_train_0.05x_partition
66
- num_bytes: 642354.0
67
- num_examples: 75
68
- - name: partition_train_0.10x_partition
69
- num_bytes: 1257051.0
70
- num_examples: 151
71
- - name: partition_train_0.25x_partition
72
- num_bytes: 3027142.0
73
- num_examples: 377
74
- download_size: 38987813
75
- dataset_size: 37108332.703
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: domars16k
21
  dataset_info:
22
  features:
23
  - name: image
 
41
  '12': sfx
42
  '13': smo
43
  '14': tex
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
45
+
46
+ # 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-12
55
+ * **Cite As:** TBD
56
+
57
+ ## Classes
58
+
59
+ This dataset contains the following classes:
60
+
61
+ - 0: aec
62
+ - 1: ael
63
+ - 2: cli
64
+ - 3: cra
65
+ - 4: fse
66
+ - 5: fsf
67
+ - 6: fsg
68
+ - 7: fss
69
+ - 8: mix
70
+ - 9: rid
71
+ - 10: rou
72
+ - 11: sfe
73
+ - 12: sfx
74
+ - 13: smo
75
+ - 14: tex
76
+
77
+ ## Statistics
78
+
79
+ - **train**: 1639 images
80
+ - **test**: 234 images
81
+ - **val**: 469 images
82
+ - **few_shot_train_2_shot**: 30 images
83
+ - **few_shot_train_1_shot**: 2 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**: 15 images
89
+ - **partition_train_0.02x_partition**: 30 images
90
+ - **partition_train_0.50x_partition**: 753 images
91
+ - **partition_train_0.20x_partition**: 301 images
92
+ - **partition_train_0.05x_partition**: 75 images
93
+ - **partition_train_0.10x_partition**: 151 images
94
+ - **partition_train_0.25x_partition**: 377 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**: 2 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.json**
111
+ - **1_shot.csv**
112
+ - **10_shot.csv**
113
+ - **5_shot.csv**
114
+ - **15_shot.csv**
115
+ - **10_shot.json**
116
+ - **20_shot.csv**
117
+ - **2_shot.json**
118
+ - **15_shot.json**
119
+ - **20_shot.json**
120
+ - **5_shot.json**
121
+ ## Partition Splits
122
+
123
+ This dataset includes the following training data partitions:
124
+
125
+ - **partition_train_0.01x_partition**: 15 images
126
+ - **partition_train_0.02x_partition**: 30 images
127
+ - **partition_train_0.50x_partition**: 753 images
128
+ - **partition_train_0.20x_partition**: 301 images
129
+ - **partition_train_0.05x_partition**: 75 images
130
+ - **partition_train_0.10x_partition**: 151 images
131
+ - **partition_train_0.25x_partition**: 377 images
132
+
133
+ ## Usage
134
+
135
+ ```python
136
+ from datasets import load_dataset
137
+
138
+ dataset = load_dataset("gremlin97/domars16k")
139
+ ```
140
+
141
+ ## Format
142
+
143
+ Each example in the dataset has the following format:
144
+
145
+ ```
146
+ {
147
+ 'image': Image(...), # PIL image
148
+ 'label': int, # Class label
149
+ }
150
+ ```