ihanif commited on
Commit
42539c1
·
verified ·
1 Parent(s): 3661ebe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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['text']) # The transcript
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 = {2025},
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
  }