Datasets:
Commit
·
6768819
1
Parent(s):
8e379fc
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,6 +3,23 @@ task_categories:
|
|
| 3 |
- automatic-speech-recognition
|
| 4 |
language:
|
| 5 |
- he
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
```python
|
|
|
|
| 3 |
- automatic-speech-recognition
|
| 4 |
language:
|
| 5 |
- he
|
| 6 |
+
dataset_info:
|
| 7 |
+
features:
|
| 8 |
+
- name: audio
|
| 9 |
+
dtype:
|
| 10 |
+
audio:
|
| 11 |
+
sampling_rate: 16000
|
| 12 |
+
- name: sentence
|
| 13 |
+
dtype: string
|
| 14 |
+
splits:
|
| 15 |
+
- name: train
|
| 16 |
+
num_bytes: 6670706136.352
|
| 17 |
+
num_examples: 20306
|
| 18 |
+
- name: validation
|
| 19 |
+
num_bytes: 1648062261.28
|
| 20 |
+
num_examples: 5076
|
| 21 |
+
download_size: 7726933856
|
| 22 |
+
dataset_size: 8318768397.632
|
| 23 |
---
|
| 24 |
|
| 25 |
```python
|