Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ dataset = load_dataset("your-username/pashto_speech_5k")
|
|
71 |
|
72 |
# Access an example
|
73 |
example = dataset['train'][0]
|
74 |
-
print(example['
|
75 |
print(example['audio']) # Audio data
|
76 |
print(example['speaker']) # Speaker gender
|
77 |
print(example['sampling_rate']) # Audio sampling rate
|
@@ -96,7 +96,7 @@ If you use this dataset in your research, please cite:
|
|
96 |
```
|
97 |
@dataset{pashto_synthetic_speech_parquet_5k,
|
98 |
title = {Pashto Synthetic Speech Dataset Parquet (5k)},
|
99 |
-
year = {
|
100 |
publisher = {HuggingFace},
|
101 |
howpublished = {\url{https://huggingface.co/datasets/ihanif/pashto_speech_5k}}
|
102 |
}
|
|
|
71 |
|
72 |
# Access an example
|
73 |
example = dataset['train'][0]
|
74 |
+
print(example['sentence']) # The transcript
|
75 |
print(example['audio']) # Audio data
|
76 |
print(example['speaker']) # Speaker gender
|
77 |
print(example['sampling_rate']) # Audio sampling rate
|
|
|
96 |
```
|
97 |
@dataset{pashto_synthetic_speech_parquet_5k,
|
98 |
title = {Pashto Synthetic Speech Dataset Parquet (5k)},
|
99 |
+
year = {2023},
|
100 |
publisher = {HuggingFace},
|
101 |
howpublished = {\url{https://huggingface.co/datasets/ihanif/pashto_speech_5k}}
|
102 |
}
|