File size: 896 Bytes
298cd8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295b7e5
 
 
 
 
298cd8e
 
 
 
 
295b7e5
 
298cd8e
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: language
    dtype: string
  - name: speaker_id
    dtype: int64
  - name: chapter_id
    dtype: int64
  - name: file
    dtype: string
  - name: path
    dtype: string
  - name: text
    dtype: string
  - name: tokenized
    sequence: string
  - name: normalized
    sequence: string
  - name: uroman
    sequence: string
  - name: speech_tokens
    sequence: int64
  - name: aligned_token_start_time
    sequence: float64
  - name: aligned_token_end_time
    sequence: float64
  splits:
  - name: test.clean
    num_bytes: 10893058
    num_examples: 2620
  - name: test.other
    num_bytes: 10819517
    num_examples: 2939
  download_size: 6842014
  dataset_size: 21712575
configs:
- config_name: default
  data_files:
  - split: test.clean
    path: data/test.clean-*
  - split: test.other
    path: data/test.other-*
---