matallanas commited on
Commit
1210e32
1 Parent(s): 5df6d3c

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: 102530760
31
+ num_examples: 346
32
+ download_size: 57264732
33
+ dataset_size: 102530760
34
+ ---
35
+ # Dataset Card for "lex-fridman-podcast"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)