Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,13 +9,20 @@ language: my
|
|
9 |
license: cc-by-4.0
|
10 |
datasets:
|
11 |
- fineweb2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
## Overview
|
17 |
|
18 |
-
`
|
19 |
|
20 |
## Dataset Statistics
|
21 |
|
@@ -76,4 +83,4 @@ import pandas as pd
|
|
76 |
df = pd.read_parquet("my_spoken_corpus.parquet")
|
77 |
|
78 |
# Display the first few rows
|
79 |
-
print(df.head())
|
|
|
9 |
license: cc-by-4.0
|
10 |
datasets:
|
11 |
- fineweb2
|
12 |
+
task_categories:
|
13 |
+
- text-classification
|
14 |
+
- text-generation
|
15 |
+
- summarization
|
16 |
+
pretty_name: my_spoken_corpus
|
17 |
+
size_categories:
|
18 |
+
- 10M<n<100M
|
19 |
---
|
20 |
|
21 |
+
# Myanmar Spoken Corpus (Version 1.0)
|
22 |
|
23 |
## Overview
|
24 |
|
25 |
+
`Myanmar Spoken Corpus` is a high-quality, open dataset of spoken Myanmar sentences designed to support NLP and ASR applications. The dataset focuses on providing clean and structured spoken language data for advancing Myanmar language technology.
|
26 |
|
27 |
## Dataset Statistics
|
28 |
|
|
|
83 |
df = pd.read_parquet("my_spoken_corpus.parquet")
|
84 |
|
85 |
# Display the first few rows
|
86 |
+
print(df.head())
|