TheAIchemist13
commited on
Commit
·
0e199f2
1
Parent(s):
6b77fcf
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: audio
|
12 |
+
dtype:
|
13 |
+
audio:
|
14 |
+
sampling_rate: 16000
|
15 |
+
- name: target_text
|
16 |
+
dtype: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 4605091.0
|
20 |
+
num_examples: 110
|
21 |
+
- name: test
|
22 |
+
num_bytes: 1616943.0
|
23 |
+
num_examples: 40
|
24 |
+
download_size: 6141646
|
25 |
+
dataset_size: 6222034.0
|
26 |
+
---
|
27 |
+
# Dataset Card for "beekeeping_tech_hi"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|