File size: 918 Bytes
ffd38bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: speaker_id
    dtype: int64
  - name: chapter_id
    dtype: int64
  - name: id
    dtype: string
  - name: speaker_embedding
    sequence:
      sequence: float32
  - name: text_semantic_ids
    sequence:
      sequence: int64
  - name: codec_codes
    sequence:
      sequence: int64
  splits:
  - name: train
    num_bytes: 51166555675.25
    num_examples: 104014
  - name: test
    num_bytes: 756282930.5
    num_examples: 2620
  - name: valdiation
    num_bytes: 753951536.125
    num_examples: 2703
  download_size: 46444631789
  dataset_size: 52676790141.875
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valdiation
    path: data/valdiation-*
---