helliun commited on
Commit
bb1fff2
1 Parent(s): 66dfd16

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: end
23
+ dtype: float64
24
+ - name: start
25
+ dtype: float64
26
+ - name: text
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 2138
31
+ num_examples: 1
32
+ download_size: 11227
33
+ dataset_size: 2138
34
+ ---
35
+ # Dataset Card for "testtyt"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)