File size: 1,558 Bytes
92cb065
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: uni
    dtype: string
  - name: wylie
    dtype: string
  - name: url
    dtype: string
  - name: dept
    dtype: string
  - name: grade
    dtype: int64
  - name: char_len
    dtype: int64
  - name: audio_len
    dtype: float64
  - name: Name_of_podcast
    dtype: string
  - name: Channel
    dtype: string
  - name: Country
    dtype: string
  - name: Publishing_year
    dtype: string
  - name: Auidio_Quality
    dtype: string
  - name: Gender
    dtype: string
  - name: Original_ID
    dtype: string
  - name: Age_Group
    dtype: string
  splits:
  - name: Name_of_podcast
    num_bytes: 1431357
    num_examples: 1915
  - name: Publishing_year
    num_bytes: 1375755
    num_examples: 1901
  - name: Channel
    num_bytes: 1113031
    num_examples: 1460
  - name: Auidio_Quality
    num_bytes: 1490635
    num_examples: 2000
  - name: Country
    num_bytes: 975247
    num_examples: 1332
  - name: Gender
    num_bytes: 1175276
    num_examples: 1611
  - name: Age_Group
    num_bytes: 899031
    num_examples: 1229
  download_size: 2517247
  dataset_size: 8460332
configs:
- config_name: default
  data_files:
  - split: Name_of_podcast
    path: data/Name_of_podcast-*
  - split: Publishing_year
    path: data/Publishing_year-*
  - split: Channel
    path: data/Channel-*
  - split: Auidio_Quality
    path: data/Auidio_Quality-*
  - split: Country
    path: data/Country-*
  - split: Gender
    path: data/Gender-*
  - split: Age_Group
    path: data/Age_Group-*
---