Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Azerbaijani
Size:
100K - 1M
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
language:
|
@@ -11,6 +11,7 @@ tags:
|
|
11 |
- asr
|
12 |
size_categories:
|
13 |
- 100K<n<1M
|
|
|
14 |
---
|
15 |
|
16 |
# Azerbaijani ASR Dataset
|
@@ -26,10 +27,12 @@ This dataset contains Azerbaijani speech data for Automatic Speech Recognition (
|
|
26 |
- **Total Duration**: ~334 hours
|
27 |
- **Total Samples**: ~351,000 audio-text pairs
|
28 |
- **Audio Format**: WAV, 16kHz sampling rate
|
29 |
-
- **License**: CC-BY-4.0
|
30 |
|
31 |
### Dataset Structure
|
32 |
|
|
|
|
|
33 |
```python
|
34 |
DatasetDict({
|
35 |
train: Dataset({
|
@@ -89,4 +92,4 @@ If you use this dataset, please cite:
|
|
89 |
year={2025},
|
90 |
url={https://huggingface.co/datasets/LocalDoc/azerbaijani_asr}
|
91 |
}
|
92 |
-
```
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
language:
|
|
|
11 |
- asr
|
12 |
size_categories:
|
13 |
- 100K<n<1M
|
14 |
+
pretty_name: Azerbaijani ASR Dataset
|
15 |
---
|
16 |
|
17 |
# Azerbaijani ASR Dataset
|
|
|
27 |
- **Total Duration**: ~334 hours
|
28 |
- **Total Samples**: ~351,000 audio-text pairs
|
29 |
- **Audio Format**: WAV, 16kHz sampling rate
|
30 |
+
- **License**: CC-BY-NC-4.0
|
31 |
|
32 |
### Dataset Structure
|
33 |
|
34 |
+
Each audio segment is specially numbered so that you can merge them if you need to create longer segments.
|
35 |
+
|
36 |
```python
|
37 |
DatasetDict({
|
38 |
train: Dataset({
|
|
|
92 |
year={2025},
|
93 |
url={https://huggingface.co/datasets/LocalDoc/azerbaijani_asr}
|
94 |
}
|
95 |
+
```
|