File size: 1,012 Bytes
ac35af6
34c688d
852708f
ac35af6
852708f
 
 
 
 
d2e326a
852708f
 
ac35af6
852708f
d2e326a
 
22ad36a
 
 
 
 
 
ac35af6
 
 
 
 
 
22ad36a
 
 
 
 
 
 
 
 
 
 
29b7daf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# MM Multiclassification Dataset

## Overview
This dataset is an <code>on-going</code> 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 <code>on-going</code>.

## 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-*
```