matallanas
commited on
Commit
•
62dfdc0
1
Parent(s):
60ef41f
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: channel
|
7 |
+
dtype: string
|
8 |
+
- name: channel_id
|
9 |
+
dtype: string
|
10 |
+
- name: title
|
11 |
+
dtype: string
|
12 |
+
- name: categories
|
13 |
+
sequence: string
|
14 |
+
- name: tags
|
15 |
+
sequence: string
|
16 |
+
- name: description
|
17 |
+
dtype: string
|
18 |
+
- name: text
|
19 |
+
dtype: string
|
20 |
+
- name: segments
|
21 |
+
list:
|
22 |
+
- name: start
|
23 |
+
dtype: float64
|
24 |
+
- name: end
|
25 |
+
dtype: float64
|
26 |
+
- name: text
|
27 |
+
dtype: string
|
28 |
+
- name: audio
|
29 |
+
dtype: audio
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 144437989292.0
|
33 |
+
num_examples: 370
|
34 |
+
download_size: 127955407676
|
35 |
+
dataset_size: 144437989292.0
|
36 |
+
---
|
37 |
+
# Dataset Card for "yannick-kilcher-transcript-wav"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|