File size: 766 Bytes
5c4967b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb5ddb6
 
 
adb99f1
 
 
 
 
5c4967b
 
 
 
 
fb5ddb6
 
adb99f1
 
5c4967b
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
---
dataset_info:
  features:
  - name: original_path
    dtype: string
  - name: begin_time
    dtype: float64
  - name: end_time
    dtype: float64
  - name: transcript
    dtype: string
  - name: audio_duration
    dtype: float64
  - name: speaker_id
    dtype: string
  - name: book_id
    dtype: string
  - name: repunct_text
    dtype: string
  splits:
  - name: dev
    num_bytes: 2182591
    num_examples: 3807
  - name: test
    num_bytes: 2168643
    num_examples: 3769
  - name: train
    num_bytes: 1385004257
    num_examples: 2420047
  download_size: 880428283
  dataset_size: 1389355491
configs:
- config_name: default
  data_files:
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---