Commit
·
831e1fc
1
Parent(s):
3cd63c9
Update README.md
Browse files
README.md
CHANGED
@@ -29,23 +29,28 @@ dataset_info:
|
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: train
|
32 |
-
num_bytes: 108571
|
33 |
num_examples: 5
|
34 |
- name: validation
|
35 |
-
num_bytes: 116850
|
36 |
num_examples: 5
|
37 |
- name: test
|
38 |
-
num_bytes: 78943
|
39 |
num_examples: 5
|
40 |
- name: other
|
41 |
-
num_bytes: 101436
|
42 |
num_examples: 5
|
43 |
- name: invalidated
|
44 |
-
num_bytes: 156925
|
45 |
num_examples: 5
|
46 |
download_size: 590682
|
47 |
-
dataset_size: 562725
|
|
|
|
|
|
|
|
|
|
|
48 |
---
|
49 |
# Dataset Card for "audio_test_dataset"
|
50 |
|
51 |
-
|
|
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: train
|
32 |
+
num_bytes: 108571
|
33 |
num_examples: 5
|
34 |
- name: validation
|
35 |
+
num_bytes: 116850
|
36 |
num_examples: 5
|
37 |
- name: test
|
38 |
+
num_bytes: 78943
|
39 |
num_examples: 5
|
40 |
- name: other
|
41 |
+
num_bytes: 101436
|
42 |
num_examples: 5
|
43 |
- name: invalidated
|
44 |
+
num_bytes: 156925
|
45 |
num_examples: 5
|
46 |
download_size: 590682
|
47 |
+
dataset_size: 562725
|
48 |
+
license: cc0-1.0
|
49 |
+
language:
|
50 |
+
- da
|
51 |
+
size_categories:
|
52 |
+
- n<1K
|
53 |
---
|
54 |
# Dataset Card for "audio_test_dataset"
|
55 |
|
56 |
+
This dataset consists of the first 5 samples of [mozilla-foundation/common_voice_13_0](https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0) and is only used for unit testing.
|