add: new metadata for the ready to train ds
Browse files
README.md
CHANGED
@@ -1,22 +1,43 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
- config_name: default
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
featrues:
|
18 |
- dtype: string
|
19 |
name: aya_name
|
|
|
|
|
20 |
- dtype: string
|
21 |
name: reciter_name
|
22 |
- dtype: int32
|
@@ -43,15 +64,27 @@ dataset_info:
|
|
43 |
name: is_interval_complete
|
44 |
- dtype: bool
|
45 |
name: is_augmented
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
---
|
56 |
# Recitation Segmentations Dataset
|
57 |
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path:
|
7 |
+
- data/recitation_0/train/*.parquet
|
8 |
+
- data/recitation_1/train/*.parquet
|
9 |
+
- data/recitation_2/train/*.parquet
|
10 |
+
- data/recitation_3/train/*.parquet
|
11 |
+
- data/recitation_5/train/*.parquet
|
12 |
+
- data/recitation_6/train/*.parquet
|
13 |
+
- data/recitation_7/train/*.parquet
|
14 |
+
- split: validation
|
15 |
+
path:
|
16 |
+
- data/recitation_0/validation/*.parquet
|
17 |
+
- data/recitation_1/validation/*.parquet
|
18 |
+
- data/recitation_2/validation/*.parquet
|
19 |
+
- data/recitation_3/validation/*.parquet
|
20 |
+
- data/recitation_5/validation/*.parquet
|
21 |
+
- data/recitation_6/validation/*.parquet
|
22 |
+
- data/recitation_7/validation/*.parquet
|
23 |
+
- split: test
|
24 |
+
path:
|
25 |
+
- data/recitation_8/train/*.parquet
|
26 |
+
- data/recitation_8/validation/*.parquet
|
27 |
dataset_info:
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_examples: 54823
|
31 |
+
- name: test
|
32 |
+
num_examples: 8787
|
33 |
+
- name: validation
|
34 |
+
num_examples: 7175
|
35 |
+
|
36 |
featrues:
|
37 |
- dtype: string
|
38 |
name: aya_name
|
39 |
+
- dtype: string
|
40 |
+
name: aya_id
|
41 |
- dtype: string
|
42 |
name: reciter_name
|
43 |
- dtype: int32
|
|
|
64 |
name: is_interval_complete
|
65 |
- dtype: bool
|
66 |
name: is_augmented
|
67 |
+
- dtype:
|
68 |
+
array2_d:
|
69 |
+
dtype: float32
|
70 |
+
shape:
|
71 |
+
- null
|
72 |
+
- 2
|
73 |
+
name: input_features
|
74 |
+
- dtype:
|
75 |
+
array2_d:
|
76 |
+
dtype: int32
|
77 |
+
shape:
|
78 |
+
- null
|
79 |
+
- 1
|
80 |
+
name: attention_mask
|
81 |
+
- dtype:
|
82 |
+
array2_d:
|
83 |
+
dtype: int32
|
84 |
+
shape:
|
85 |
+
- null
|
86 |
+
- 1
|
87 |
+
name: labels
|
88 |
---
|
89 |
# Recitation Segmentations Dataset
|
90 |
|