Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Persian
Size:
10K - 100K
Tags:
hezar
Hezar: Upload dataset_config.yaml
Browse files- dataset_config.yaml +10 -0
dataset_config.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: speech_recognition
|
2 |
+
config_type: dataset
|
3 |
+
path: hezarai/common-voice-13-fa
|
4 |
+
feature_extractor_path: hezarai/whisper-small
|
5 |
+
tokenizer_path: hezarai/whisper-small
|
6 |
+
sampling_rate: 16000
|
7 |
+
audio_file_path_column: path
|
8 |
+
audio_column: audio
|
9 |
+
audio_array_column: array
|
10 |
+
transcript_column: sentence
|