obadx commited on
Commit
0ebe3aa
·
1 Parent(s): ff49ef8

add: update docs

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -52,4 +52,11 @@ tags:
52
  - Quran
53
  size_categories:
54
  - 10K<n<100K
55
- ---
 
 
 
 
 
 
 
 
52
  - Quran
53
  size_categories:
54
  - 10K<n<100K
55
+ ---
56
+ # Recitation Segmentations Dataset
57
+
58
+ This an modfied version of [this dataset](https://huggingface.co/datasets/obadx/recitation-segmentation) with these modifications:
59
+ * adding augmentation to the speed of the recitations utterance with column `speed` reflects the speed from 0.8 to 1.5 on 40% of the dataset using [audumentations](https://iver56.github.io/audiomentations/).
60
+ * adding data augmentation with [audiomentations](https://iver56.github.io/audiomentations/) on 40% of the dataset to prepare it for training the recitations spliter.
61
+
62
+ The codes for building this dataset is available at [github](https://github.com/obadx/recitations-segmenter)