vhdm commited on
Commit
9698a33
·
verified ·
1 Parent(s): d58195d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -30
README.md CHANGED
@@ -1,30 +1,69 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: audio
6
- dtype: audio
7
- - name: corrected_sentence
8
- dtype: string
9
- splits:
10
- - name: train
11
- num_bytes: 511635794.328
12
- num_examples: 23113
13
- - name: validation
14
- num_bytes: 69413983.807
15
- num_examples: 2889
16
- - name: test
17
- num_bytes: 74404523.28
18
- num_examples: 2890
19
- download_size: 673679878
20
- dataset_size: 655454301.415
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- - split: validation
27
- path: data/validation-*
28
- - split: test
29
- path: data/test-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: corrected_sentence
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ num_bytes: 511635794.328
12
+ num_examples: 23113
13
+ - name: validation
14
+ num_bytes: 69413983.807
15
+ num_examples: 2889
16
+ - name: test
17
+ num_bytes: 74404523.28
18
+ num_examples: 2890
19
+ download_size: 673679878
20
+ dataset_size: 655454301.415
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ - split: validation
27
+ path: data/validation-*
28
+ - split: test
29
+ path: data/test-*
30
+ language:
31
+ - fa
32
+ pretty_name: Common Voice 17 Persian — ASR-Ready (Cleaned)
33
+ task_categories:
34
+ - automatic-speech-recognition
35
+ tags:
36
+ - audio
37
+ - speech
38
+ - automatic-speech-recognition
39
+ - asr
40
+ - persian
41
+ - fa
42
+ - farsi
43
+ - iran
44
+ - mozilla
45
+ - common-voice
46
+ - gpt-4o
47
+ - spelling-correction
48
+ - cleaned
49
+ - iranian
50
+ size_categories:
51
+ - 10K<n<100K
52
+
53
+ ---
54
+ # 🗣️ Common Voice 17 — Persian (Spelling-Corrected Edition)
55
+
56
+ This is a refined version of the **Persian subset** of Mozilla's Common Voice 17 dataset, specially curated to enhance the performance of ASR (Automatic Speech Recognition) systems in Persian.
57
+
58
+ ## 🛠️ Why this matters
59
+ The original dataset contained a significant number of spelling inconsistencies and typographical errors, which negatively impacted transcription accuracy and model alignment.
60
+
61
+ ## ✨ What’s improved
62
+ Over **28,000** transcriptions were automatically cleaned using **GPT-4o**, with a focus on preserving the original meaning while correcting orthographic issues.
63
+ The audio files remain unchanged, and all metadata fields are preserved for compatibility.
64
+
65
+ ## 🎯 Use cases
66
+ This corrected dataset is ideal for fine-tuning Whisper, Wav2Vec2, or other speech-to-text models in Persian — providing cleaner, more reliable supervision for training and evaluation.
67
+
68
+ ## 🤝 Contribute or collaborate
69
+ Feel free to open an issue or submit pull requests if you'd like to contribute further improvements or validations.