abosalah commited on
Commit
de9f1c5
1 Parent(s): ab47151

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -52,7 +52,10 @@ Part of (tarteel_ai_everyayah_dataset) with shuffle applaying on it
52
  This dataset is a collection of Quranic verses and their transcriptions,
53
  with diacritization, by different reciters.
54
 
 
55
 
 
 
56
 
57
  ### Dataset Description
58
 
 
52
  This dataset is a collection of Quranic verses and their transcriptions,
53
  with diacritization, by different reciters.
54
 
55
+ ## NOTE
56
 
57
+ # make sure you use the function dataset.cast_column("audio", Audio(sampling_rate=16_000)) on dataset
58
+ # to convert audio from a Byte to structure in Data Instances.
59
 
60
  ### Dataset Description
61