Datasets:
File size: 1,227 Bytes
c51fccc ff8727d c51fccc 46c9850 c51fccc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
dataset_info:
featrues:
- dtype: string
name: aya_name
- dtype: string
name: reciter_name
- dtype: int32
name: recitation_id
- dtype: string
name: url
- dtype: audio
name: audio
- dtype: float32
name: duration
- dtype: array2_d
name: speech_intervals
- dtype: bool
name: is_interval_complete
configs:
- config_name: default
data_files:
- path: data/recitation_0/train/*.parquet
split: recitation_0
- path: data/recitation_1/train/*.parquet
split: recitation_1
- path: data/recitation_2/train/*.parquet
split: recitation_2
- path: data/recitation_3/train/*.parquet
split: recitation_3
- path: data/recitation_5/train/*.parquet
split: recitation_5
- path: data/recitation_6/train/*.parquet
split: recitation_6
- path: data/recitation_7/train/*.parquet
split: recitation_7
- path: data/recitation_8/train/*.parquet
split: recitation_8
license: mit
language:
- ar
size_categories:
- 10K<n<100K
task_categories:
- voice-activity-detection
---
# Recitation Segmentation Dataset
This dataset is aiming to build a model that aplit the Holy Quran recitations using puase (وقف).
## TODO
* full description
* feature description |