File size: 797 Bytes
08fb03a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: id
    dtype: int64
  - name: text_wp
    dtype: string
  - name: text_norm
    dtype: string
  - name: similarity_ratio_raw
    dtype: float64
  - name: similarity_ratio_norm
    dtype: float64
  splits:
  - name: train
    num_bytes: 15377209629.351
    num_examples: 26379
  - name: validation
    num_bytes: 5269226760.91
    num_examples: 8793
  - name: test
    num_bytes: 5100551385.91
    num_examples: 8793
  download_size: 24319200213
  dataset_size: 25746987776.171
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---