Commit
·
e81d9f4
1
Parent(s):
c12a77f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: audio
|
5 |
+
dtype:
|
6 |
+
audio:
|
7 |
+
sampling_rate: 16000
|
8 |
+
- name: transcription
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 807889708.0629112
|
13 |
+
num_examples: 24921
|
14 |
+
- name: test
|
15 |
+
num_bytes: 32503643.295088924
|
16 |
+
num_examples: 1000
|
17 |
+
download_size: 819824750
|
18 |
+
dataset_size: 840393351.358
|
19 |
+
---
|
20 |
+
# Dataset Card for "fpt-vie-speech2text"
|
21 |
+
|
22 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|