imvladikon commited on
Commit
420c338
·
1 Parent(s): 4c6b32d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -10
README.md CHANGED
@@ -22,14 +22,115 @@ dataset_info:
22
  dataset_size: 8318768397.632
23
  ---
24
 
25
- ```python
26
- {
27
- 'path': '*.wav',
28
- 'audio': {
29
- 'path': '*.wav',
30
- 'array': array([-0.00048828, -0.00018311, -0.00137329, ..., 0.00079346, 0.00091553, 0.00085449], dtype=float32),
31
- 'sampling_rate': 16000
32
- },
33
- 'sentence': '',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
- ```
 
 
 
 
 
22
  dataset_size: 8318768397.632
23
  ---
24
 
25
+ # Dataset Card for Dataset Name
26
+
27
+ ## Dataset Description
28
+
29
+ - **Homepage:**
30
+ - **Repository:**
31
+ - **Paper:**
32
+ - **Leaderboard:**
33
+ - **Point of Contact:**
34
+
35
+ ### Dataset Summary
36
+
37
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
38
+
39
+ ### Supported Tasks and Leaderboards
40
+
41
+ [More Information Needed]
42
+
43
+ ### Languages
44
+
45
+ [More Information Needed]
46
+
47
+ ## Dataset Structure
48
+
49
+ ### Data Instances
50
+
51
+ ```json
52
+ {'audio': {'path': '/root/.cache/huggingface/datasets/downloads/extracted/89efd3a0fa3ead3f0b8e432e8796697a738d4561b24ff91f4fb2cc25d86e9fb0/train/ccef55189b7843d49110228cb0a71bfa115.wav',
53
+ 'array': array([-0.01217651, -0.04351807, -0.06278992, ..., -0.00018311,
54
+ -0.00146484, -0.00349426]),
55
+ 'sampling_rate': 16000},
56
+ 'sentence': 'מצד אחד ובתנועה הציונית הצעירה'}
57
+ ```
58
+
59
+ ### Data Fields
60
+
61
+ [More Information Needed]
62
+
63
+ ### Data Splits
64
+
65
+ | | train | validation |
66
+ | ---- | ----- | ---------- |
67
+ | size | 20306 | 5076 |
68
+
69
+ ## Dataset Creation
70
+
71
+ ### Curation Rationale
72
+
73
+ [More Information Needed]
74
+
75
+ ### Source Data
76
+
77
+ #### Initial Data Collection and Normalization
78
+
79
+ [More Information Needed]
80
+
81
+ #### Who are the source language producers?
82
+
83
+ [More Information Needed]
84
+
85
+ ### Annotations
86
+
87
+ #### Annotation process
88
+
89
+ [More Information Needed]
90
+
91
+ #### Who are the annotators?
92
+
93
+ [More Information Needed]
94
+
95
+ ### Personal and Sensitive Information
96
+
97
+ [More Information Needed]
98
+
99
+ ## Considerations for Using the Data
100
+
101
+ ### Social Impact of Dataset
102
+
103
+ [More Information Needed]
104
+
105
+ ### Discussion of Biases
106
+
107
+ [More Information Needed]
108
+
109
+ ### Other Known Limitations
110
+
111
+ [More Information Needed]
112
+
113
+ ## Additional Information
114
+
115
+ ### Dataset Curators
116
+
117
+ [More Information Needed]
118
+
119
+ ### Licensing Information
120
+
121
+ [More Information Needed]
122
+
123
+ ### Citation Information
124
+
125
+ ```
126
+ @misc{imvladikon2022hebrew_speech_coursera,
127
+ author = {Gurevich, Vladimir},
128
+ title = {Hebrew Speech Recognition Dataset: Coursera},
129
+ year = {2022},
130
+ howpublished = \url{https://huggingface.co/datasets/imvladikon/hebrew_speech_coursera},
131
  }
132
+ ```
133
+
134
+ ### Contributions
135
+
136
+ [More Information Needed]