Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: path
|
5 |
+
dtype: string
|
6 |
+
- name: audio
|
7 |
+
dtype:
|
8 |
+
audio:
|
9 |
+
sampling_rate: 16000
|
10 |
+
- name: sentence
|
11 |
+
dtype: string
|
12 |
+
- name: taxonomy
|
13 |
+
dtype: string
|
14 |
+
- name: taxonomy_large
|
15 |
+
dtype: string
|
16 |
+
- name: sentence_processed
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 12156346.0
|
21 |
+
num_examples: 77
|
22 |
+
- name: test
|
23 |
+
num_bytes: 3510532.0
|
24 |
+
num_examples: 20
|
25 |
+
download_size: 14388350
|
26 |
+
dataset_size: 15666878.0
|
27 |
+
---
|
28 |
+
# Dataset Card for "common_voice_11_0_processed"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|