freococo commited on
Commit
6488f4d
·
verified ·
1 Parent(s): f7712dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -9,13 +9,20 @@ language: my
9
  license: cc-by-4.0
10
  datasets:
11
  - fineweb2
 
 
 
 
 
 
 
12
  ---
13
 
14
- # My Spoken Corpus (Version 1.0)
15
 
16
  ## Overview
17
 
18
- `My 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.
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())