File size: 855 Bytes
afe6913
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - name: clip_id
    dtype: string
  - name: failure_mode
    dtype: string
  - name: failure_mechanism
    dtype: string
  - name: source
    dtype: string
  - name: ground_truth
    dtype: string
  - name: kyutai_transcript
    dtype: string
  - name: whisper_transcript
    dtype: string
  - name: slm_transcript
    dtype: string
  - name: wer_whisper
    dtype: float32
  - name: wer_slm
    dtype: float32
  - name: expected_kyutai
    dtype: string
  - name: expected_whisper_multilingual
    dtype: string
  - name: note
    dtype: string
  splits:
  - name: train
    num_bytes: 7866062
    num_examples: 7
  download_size: 7878030
  dataset_size: 7866062
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---