File size: 977 Bytes
7a8f45d
 
9e30a7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a8f45d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: channel_title
    dtype: string
  - name: channel_name
    dtype: string
  - name: country
    dtype: string
  - name: segment_id
    dtype: int64
  - name: segment_start
    dtype: string
  - name: segment_end
    dtype: string
  - name: duration_seconds
    dtype: int64
  - name: num_keywords
    dtype: int64
  - name: avg_density
    dtype: float64
  - name: themes
    dtype: string
  - name: report_text
    dtype: string
  - name: category
    dtype: string
  - name: secondary_categories
    list: string
  - name: text_type
    dtype: string
  splits:
  - name: train
    num_bytes: 276448787
    num_examples: 8349
  - name: test
    num_bytes: 33111604
    num_examples: 1000
  download_size: 41494178
  dataset_size: 309560391
---