matallanas commited on
Commit
cb333f1
1 Parent(s): 41dc2c5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
29
+ - name: train
30
+ num_bytes: 108005056
31
+ num_examples: 2950
32
+ download_size: 62310446
33
+ dataset_size: 108005056
34
+ ---
35
+ # Dataset Card for "whisper-transcripts-linustechtips"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)