Mirali33 commited on
Commit
42a56dd
·
verified ·
1 Parent(s): e0076c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +112 -86
README.md CHANGED
@@ -1,4 +1,23 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
@@ -15,90 +34,97 @@ dataset_info:
15
  '5': ime
16
  '6': sch
17
  '7': spi
18
- splits:
19
- - name: train
20
- num_bytes: 90557644.316
21
- num_examples: 6997
22
- - name: test
23
- num_bytes: 21847852.901
24
- num_examples: 1793
25
- - name: val
26
- num_bytes: 26332762.7
27
- num_examples: 2025
28
- - name: few_shot_train_2_shot
29
- num_bytes: 234839.0
30
- num_examples: 16
31
- - name: few_shot_train_1_shot
32
- num_bytes: 133438.0
33
- num_examples: 8
34
- - name: few_shot_train_10_shot
35
- num_bytes: 1087020.0
36
- num_examples: 80
37
- - name: few_shot_train_5_shot
38
- num_bytes: 560573.0
39
- num_examples: 40
40
- - name: few_shot_train_15_shot
41
- num_bytes: 1571242.0
42
- num_examples: 120
43
- - name: few_shot_train_20_shot
44
- num_bytes: 2088743.0
45
- num_examples: 160
46
- - name: partition_train_0.01x_partition
47
- num_bytes: 986263.0
48
- num_examples: 69
49
- - name: partition_train_0.02x_partition
50
- num_bytes: 1970066.0
51
- num_examples: 139
52
- - name: partition_train_0.50x_partition
53
- num_bytes: 33422869.87
54
- num_examples: 2646
55
- - name: partition_train_0.20x_partition
56
- num_bytes: 16369320.64
57
- num_examples: 1286
58
- - name: partition_train_0.05x_partition
59
- num_bytes: 4711973.0
60
- num_examples: 349
61
- - name: partition_train_0.10x_partition
62
- num_bytes: 9127364.0
63
- num_examples: 692
64
- - name: partition_train_0.25x_partition
65
- num_bytes: 19831953.44
66
- num_examples: 1570
67
- download_size: 238509579
68
- dataset_size: 230833924.86699998
69
- configs:
70
- - config_name: default
71
- data_files:
72
- - split: train
73
- path: data/train-*
74
- - split: test
75
- path: data/test-*
76
- - split: val
77
- path: data/val-*
78
- - split: few_shot_train_2_shot
79
- path: data/few_shot_train_2_shot-*
80
- - split: few_shot_train_1_shot
81
- path: data/few_shot_train_1_shot-*
82
- - split: few_shot_train_10_shot
83
- path: data/few_shot_train_10_shot-*
84
- - split: few_shot_train_5_shot
85
- path: data/few_shot_train_5_shot-*
86
- - split: few_shot_train_15_shot
87
- path: data/few_shot_train_15_shot-*
88
- - split: few_shot_train_20_shot
89
- path: data/few_shot_train_20_shot-*
90
- - split: partition_train_0.01x_partition
91
- path: data/partition_train_0.01x_partition-*
92
- - split: partition_train_0.02x_partition
93
- path: data/partition_train_0.02x_partition-*
94
- - split: partition_train_0.50x_partition
95
- path: data/partition_train_0.50x_partition-*
96
- - split: partition_train_0.20x_partition
97
- path: data/partition_train_0.20x_partition-*
98
- - split: partition_train_0.05x_partition
99
- path: data/partition_train_0.05x_partition-*
100
- - split: partition_train_0.10x_partition
101
- path: data/partition_train_0.10x_partition-*
102
- - split: partition_train_0.25x_partition
103
- path: data/partition_train_0.25x_partition-*
104
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-landmark_cls
21
  dataset_info:
22
  features:
23
  - name: image
 
34
  '5': ime
35
  '6': sch
36
  '7': spi
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ---
38
+
39
+ # mb-landmark_cls
40
+
41
+ A Mars image classification dataset for planetary science research.
42
+
43
+ ## Dataset Metadata
44
+
45
+ * **License:** CC-BY-4.0 (Creative Commons Attribution 4.0 International)
46
+ * **Version:** 1.0
47
+ * **Date Published:** 2025-05-14
48
+ * **Cite As:** TBD
49
+
50
+ ## Classes
51
+
52
+ This dataset contains the following classes:
53
+
54
+ - 0: oth
55
+ - 1: cra
56
+ - 2: ddu
57
+ - 3: sst
58
+ - 4: bdu
59
+ - 5: ime
60
+ - 6: sch
61
+ - 7: spi
62
+
63
+ ## Statistics
64
+
65
+ - **train**: 6997 images
66
+ - **test**: 1793 images
67
+ - **val**: 2025 images
68
+ - **few_shot_train_2_shot**: 16 images
69
+ - **few_shot_train_1_shot**: 8 images
70
+ - **few_shot_train_10_shot**: 80 images
71
+ - **few_shot_train_5_shot**: 40 images
72
+ - **few_shot_train_15_shot**: 120 images
73
+ - **few_shot_train_20_shot**: 160 images
74
+ - **partition_train_0.01x_partition**: 69 images
75
+ - **partition_train_0.02x_partition**: 139 images
76
+ - **partition_train_0.50x_partition**: 2646 images
77
+ - **partition_train_0.20x_partition**: 1286 images
78
+ - **partition_train_0.05x_partition**: 349 images
79
+ - **partition_train_0.10x_partition**: 692 images
80
+ - **partition_train_0.25x_partition**: 1570 images
81
+
82
+ ## Few-shot Splits
83
+
84
+ This dataset includes the following few-shot training splits:
85
+
86
+ - **few_shot_train_2_shot**: 16 images
87
+ - **few_shot_train_1_shot**: 8 images
88
+ - **few_shot_train_10_shot**: 80 images
89
+ - **few_shot_train_5_shot**: 40 images
90
+ - **few_shot_train_15_shot**: 120 images
91
+ - **few_shot_train_20_shot**: 160 images
92
+
93
+ Few-shot configurations:
94
+
95
+ - **2_shot.csv**
96
+ - **1_shot.csv**
97
+ - **10_shot.csv**
98
+ - **5_shot.csv**
99
+ - **15_shot.csv**
100
+ - **20_shot.csv**
101
+ ## Partition Splits
102
+
103
+ This dataset includes the following training data partitions:
104
+
105
+ - **partition_train_0.01x_partition**: 69 images
106
+ - **partition_train_0.02x_partition**: 139 images
107
+ - **partition_train_0.50x_partition**: 2646 images
108
+ - **partition_train_0.20x_partition**: 1286 images
109
+ - **partition_train_0.05x_partition**: 349 images
110
+ - **partition_train_0.10x_partition**: 692 images
111
+ - **partition_train_0.25x_partition**: 1570 images
112
+
113
+ ## Usage
114
+
115
+ ```python
116
+ from datasets import load_dataset
117
+
118
+ dataset = load_dataset("Mirali33/mb-landmark_cls")
119
+ ```
120
+
121
+ ## Format
122
+
123
+ Each example in the dataset has the following format:
124
+
125
+ ```
126
+ {
127
+ 'image': Image(...), # PIL image
128
+ 'label': int, # Class label
129
+ }
130
+ ```