# MM Multiclassification Dataset ## Overview This dataset is an on-going data collection for multiclassification task for burmese language containing, as of AUG 29th, 419 images. The images are relating to Myanmar Landmark, Food and Cultures. The status of this project is on-going. ## Usage ```python from datasets import load_dataset dataset = load_dataset("AggaMin/mm_classification_dataset") ``` ## Dataset Details ``` dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': ရိုးရာအဝတ်အစားများ '1': လက်ဝှေ့ '2': အာနန္ဒာဘုရား '3': မုန့်ဟင်းခါး splits: - name: train num_bytes: 10872016.0 num_examples: 30 download_size: 10859757 dataset_size: 10872016.0 configs: - config_name: default data_files: - split: train path: data/train-* ```