Sabtain-Dev commited on
Commit
e335146
·
verified ·
1 Parent(s): e1ab985

Updated README

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,71 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - automatic-speech-recognition
5
+ language:
6
+ - ps
7
+ tags:
8
+ - pashtoasr
9
+ - pashtoaudios
10
+ - speechtotext
11
+ - pashtodataset
12
+ pretty_name: Pashto ASR Dataset
13
+ size_categories:
14
+ - 1K<n<10K
15
  ---
16
+ # Pashto ASR Dataset
17
+
18
+ Domain-specific Pashto automatic speech recognition dataset.
19
+
20
+ ## Domains
21
+
22
+ * Agriculture
23
+ * General
24
+ * Food Services
25
+ * Health
26
+ * Services
27
+
28
+ ## Dataset Structure
29
+
30
+ ```text
31
+ Domain/
32
+ ├── audios/
33
+ └── transcripts.csv
34
+ ```
35
+
36
+ ## Transcript Mapping
37
+
38
+ Audio files are mapped according to row order in the transcript CSV file.
39
+
40
+ Example:
41
+
42
+ * audio `1.wav` → row 1 transcript
43
+ * audio `2.wav` → row 2 transcript
44
+
45
+ ## Audio Formats
46
+
47
+ Multiple audio formats are included:
48
+
49
+ * mp3
50
+ * ogg
51
+ * m4a
52
+ * wav
53
+
54
+ The preprocessing pipeline converts all formats into WAV automatically.
55
+
56
+ ## Usage
57
+
58
+ Designed for:
59
+
60
+ * Whisper fine-tuning
61
+ * Pashto ASR research
62
+ * LoRA adaptation
63
+ * Domain-specific speech recognition
64
+
65
+ ## Author
66
+
67
+ Sabtain-Dev
68
+
69
+ ---
70
+ license: mit
71
+ ---