freococo commited on
Commit
edd2c51
·
verified ·
1 Parent(s): c36878e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -18
README.md CHANGED
@@ -1,17 +1,22 @@
1
- ---
2
- license: cc0-1.0
3
- task_categories:
4
- - text-classification
5
- - text-generation
6
- - text-to-speech
7
- language:
8
- - my
9
- pretty_name: my_written_corpus
10
- size_categories:
11
- - 10M<n<100M
12
- ---
13
-
14
- ---
 
 
 
 
 
15
  # Myanmar Written Corpus
16
 
17
  The **Myanmar Written Corpus** is a large collection of high-quality written Myanmar text, designed to support various NLP tasks such as text-to-speech (TTS), automatic speech recognition (ASR), translation, text generation, and more. This dataset serves as a foundational resource for developing Myanmar language technologies.
@@ -54,8 +59,9 @@ dataset = load_dataset("freococo/myanmar-written-corpus")
54
 
55
  # Example: Print the first 5 sentences
56
  print(dataset["train"][:5])
 
57
 
58
- Applications
59
 
60
  This dataset is suitable for:
61
  • Training and evaluating NLP models for the Myanmar language.
@@ -64,11 +70,11 @@ This dataset is suitable for:
64
  • Machine Translation (MT) systems.
65
  • Text Generation and Language Modeling.
66
 
67
- License
68
 
69
  This dataset is licensed under the CC0 1.0 License. You are free to use, modify, and distribute the dataset without restrictions.
70
 
71
- Acknowledgments
72
 
73
  This dataset is derived from publicly available sources, including:
74
  • The Hugging Face FineWeb2 dataset, specifically its Myanmar subset.
@@ -76,7 +82,7 @@ This dataset is derived from publicly available sources, including:
76
 
77
  The dataset has undergone significant manual and automated processing to create a distinct and valuable resource.
78
 
79
- Citation
80
 
81
  If you use this dataset, please cite it as follows:
82
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ - text-to-speech
7
+ language:
8
+ - my
9
+ pretty_name: my_written_corpus
10
+ size_categories:
11
+ - 10M<n<100M
12
+ tags:
13
+ - tts,
14
+ - asr,
15
+ - myanmar,
16
+ - burmese,
17
+ - corpus
18
+ ---
19
+
20
  # Myanmar Written Corpus
21
 
22
  The **Myanmar Written Corpus** is a large collection of high-quality written Myanmar text, designed to support various NLP tasks such as text-to-speech (TTS), automatic speech recognition (ASR), translation, text generation, and more. This dataset serves as a foundational resource for developing Myanmar language technologies.
 
59
 
60
  # Example: Print the first 5 sentences
61
  print(dataset["train"][:5])
62
+ ```
63
 
64
+ ## Applications
65
 
66
  This dataset is suitable for:
67
  • Training and evaluating NLP models for the Myanmar language.
 
70
  • Machine Translation (MT) systems.
71
  • Text Generation and Language Modeling.
72
 
73
+ ## License
74
 
75
  This dataset is licensed under the CC0 1.0 License. You are free to use, modify, and distribute the dataset without restrictions.
76
 
77
+ ## Acknowledgments
78
 
79
  This dataset is derived from publicly available sources, including:
80
  • The Hugging Face FineWeb2 dataset, specifically its Myanmar subset.
 
82
 
83
  The dataset has undergone significant manual and automated processing to create a distinct and valuable resource.
84
 
85
+ ## Citation
86
 
87
  If you use this dataset, please cite it as follows:
88