File size: 1,736 Bytes
29e13a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
dataset_info:
  config_name: train
  features:
  - name: segment_id
    dtype: string
  - name: speaker
    dtype: string
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: begin_time
    dtype: float32
  - name: end_time
    dtype: float32
  - name: audio_id
    dtype: string
  - name: title
    dtype: string
  - name: url
    dtype: string
  - name: source
    dtype:
      class_label:
        names:
          '0': audiobook
          '1': podcast
          '2': youtube
  - name: category
    dtype:
      class_label:
        names:
          '0': People  and  Blogs
          '1': Business
          '2': Nonprofits  and  Activism
          '3': Crime
          '4': History
          '5': Pets  and  Animals
          '6': News and Politics
          '7': Travel and Events
          '8': Kids and Family
          '9': Leisure
          '10': N/A
          '11': Comedy
          '12': News  and  Politics
          '13': Sports
          '14': Arts
          '15': Science  and  Technology
          '16': Autos  and  Vehicles
          '17': Science and Technology
          '18': People and Blogs
          '19': Music
          '20': Society and Culture
          '21': Education
          '22': Howto  and  Style
          '23': Film  and  Animation
          '24': Gaming
          '25': Entertainment
          '26': Travel  and  Events
          '27': Health and Fitness
          '28': audiobook
  - name: original_full_path
    dtype: string
  splits:
  - name: train
    num_bytes: 322717.0
    num_examples: 2
  download_size: 329748
  dataset_size: 322717.0
configs:
- config_name: train
  data_files:
  - split: train
    path: train/train-*
---