--- 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.