linhtran92
commited on
Commit
•
9ff8558
1
Parent(s):
cef8548
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: audio
|
5 |
+
dtype:
|
6 |
+
audio:
|
7 |
+
sampling_rate: 16000
|
8 |
+
- name: transcription
|
9 |
+
dtype: string
|
10 |
+
- name: w2v2_transcription
|
11 |
+
dtype: string
|
12 |
+
- name: WER
|
13 |
+
dtype: int64
|
14 |
+
- name: sum
|
15 |
+
dtype: float64
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 16003127322.525991
|
19 |
+
num_examples: 194747
|
20 |
+
- name: test
|
21 |
+
num_bytes: 1778161779.8073397
|
22 |
+
num_examples: 21639
|
23 |
+
download_size: 17552533348
|
24 |
+
dataset_size: 17781289102.333332
|
25 |
+
---
|
26 |
+
# Dataset Card for "viet_youtube_asr_corpus_v2"
|
27 |
+
|
28 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|