Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Serbian
Libraries:
Datasets
Dask
File size: 1,045 Bytes
df515ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: text_cyrillic
    dtype: string
  - name: text_normalised
    dtype: string
  - name: text_cyrillic_normalised
    dtype: string
  - name: words
    list:
    - name: char_e
      dtype: int64
    - name: char_s
      dtype: int64
    - name: time_e
      dtype: float64
    - name: time_s
      dtype: float64
  - name: audio_length
    dtype: float64
  - name: date
    dtype: string
  - name: speaker_name
    dtype: string
  - name: speaker_gender
    dtype: string
  - name: speaker_birth
    dtype: string
  - name: speaker_party
    dtype: string
  - name: party_orientation
    dtype: string
  - name: party_status
    dtype: string
  splits:
  - name: train
    num_bytes: 68987025245.82
    num_examples: 277764
  download_size: 57663350605
  dataset_size: 68987025245.82
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---