File size: 1,637 Bytes
0e358b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154b171
 
 
 
 
 
 
 
 
0e358b7
154b171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: language
    dtype: string
  - name: language_code
    dtype: string
  - name: annotation_type
    dtype: string
  - name: user_id
    dtype: string
  splits:
  - name: train
    num_bytes: 593823.7103408743
    num_examples: 472
  download_size: 396077
  dataset_size: 593823.7103408743
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
- masked-language-modeling
language:
- my
pretty_name: Myanmar Aya Dataset
---

*Please visit to the [GitHub repository](https://github.com/chuuhtetnaing/myanmar-language-dataset-collection) for other Myanmar Langauge datasets.*

# Myanmar Aya Dataset

A preprocessed subset of the [Aya dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) containing only Myanmar language text.

## Dataset Description

This dataset is derived from the [Aya Dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) created by [Cohere Labs](https://huggingface.co/CohereLabs). It contains only the Myanmar language portion of the original aya_dataset.

### Dataset Structure

The dataset keep the same fields as the original aya_dataset dataset.

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("chuuhtetnaing/myanmar-aya-dataset")
```

## License

This dataset follows the same license as the original aya_dataset. Please refer to the [original dataset page](https://huggingface.co/datasets/CohereLabs/aya_dataset) for licensing information.