imvladikon commited on
Commit
0a893c0
ยท
1 Parent(s): 12ee25b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +109 -1
README.md CHANGED
@@ -5,4 +5,112 @@ language:
5
  - he
6
  ---
7
 
8
- if you will use this dataset in your research, please cite using the following link: https://huggingface.co/datasets/imvladikon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  - he
6
  ---
7
 
8
+ # Dataset Card for Dataset Name
9
+
10
+ ## Dataset Description
11
+
12
+ - **Homepage:**
13
+ - **Repository:**
14
+ - **Paper:**
15
+ - **Leaderboard:**
16
+ - **Point of Contact:**
17
+
18
+ ### Dataset Summary
19
+
20
+ 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).
21
+
22
+ ### Supported Tasks and Leaderboards
23
+
24
+ [More Information Needed]
25
+
26
+ ### Languages
27
+
28
+ [More Information Needed]
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Data Instances
33
+
34
+ ```json
35
+ {'audio': {'path': '/root/.cache/huggingface/datasets/downloads/extracted/8ce7402f6482c6053251d7f3000eec88668c994beb48b7ca7352e77ef810a0b6/train/e429593fede945c185897e378a5839f4198.wav',
36
+ 'array': array([-0.00265503, -0.0018158 , -0.00149536, ..., -0.00135803,
37
+ -0.00231934, -0.00190735]),
38
+ 'sampling_rate': 16000},
39
+ 'sentence': 'ื”ื™ื ืžื‘ื™ื ื” ืื•ืชื™ ื™ื•ืชืจ ืžื›ืœ ืื—ื“ ืื—ืจ'}
40
+ ```
41
+
42
+ ### Data Fields
43
+
44
+ [More Information Needed]
45
+
46
+ ### Data Splits
47
+
48
+ | | train | validation |
49
+ | ---- | ----- | ---------- |
50
+ | size | 8000 | 2000 |
51
+
52
+ ## Dataset Creation
53
+
54
+ ### Curation Rationale
55
+
56
+ scraped data from youtube (channel ื›ืืŸ) with removing outliers (by length and ratio between length of the audio and sentences)
57
+
58
+ ### Source Data
59
+
60
+ #### Initial Data Collection and Normalization
61
+
62
+
63
+ #### Who are the source language producers?
64
+
65
+ [More Information Needed]
66
+
67
+ ### Annotations
68
+
69
+ #### Annotation process
70
+
71
+ [More Information Needed]
72
+
73
+ #### Who are the annotators?
74
+
75
+ [More Information Needed]
76
+
77
+ ### Personal and Sensitive Information
78
+
79
+ [More Information Needed]
80
+
81
+ ## Considerations for Using the Data
82
+
83
+ ### Social Impact of Dataset
84
+
85
+ [More Information Needed]
86
+
87
+ ### Discussion of Biases
88
+
89
+ [More Information Needed]
90
+
91
+ ### Other Known Limitations
92
+
93
+ [More Information Needed]
94
+
95
+ ## Additional Information
96
+
97
+ ### Dataset Curators
98
+
99
+ [More Information Needed]
100
+
101
+ ### Licensing Information
102
+
103
+ [More Information Needed]
104
+
105
+ ### Citation Information
106
+
107
+ @misc{imvladikon2022hebrew_speech_kan,
108
+ author = {Gurevich, Vladimir},
109
+ title = {Hebrew Speech Recognition Dataset: Kan},
110
+ year = {2022},
111
+ howpublished = \url{https://huggingface.co/datasets/imvladikon/hebrew_speech_kan},
112
+ }
113
+
114
+ ### Contributions
115
+
116
+ [More Information Needed]