File size: 1,428 Bytes
661de00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c78c9cf
 
 
cf9c35a
c78c9cf
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
50
51
52
53
54
55
56
57
58
59
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: duration
    dtype: float64
  - name: bam
    dtype: string
  - name: french
    dtype: string
  - name: asr-ctc
    dtype: string
  - name: asr-tdt
    dtype: string
  - name: asr-mt-ctc
    dtype: string
  - name: asr-mt-tdt
    dtype: string
  - name: st-ctc
    dtype: string
  - name: st-tdt
    dtype: string
  - name: lau-tdt-k1
    dtype: string
  - name: lau-ctc-k1
    dtype: string
  - name: lau-tdt-k5
    dtype: string
  - name: lau-ctc-k5
    dtype: string
  - name: lau-tdt-k0.2
    dtype: string
  - name: lau-ctc-k0.2
    dtype: string
  - name: lau-tdt-mse-k1
    dtype: string
  - name: lau-ctc-mse-k1
    dtype: string
  - name: cluster_label
    dtype: string
  splits:
  - name: test
    num_bytes: 121749438
    num_examples: 1218
  download_size: 117816418
  dataset_size: 121749438
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---

# LAU eval dataset

This dataset was created while evaluating and comparing the models trained with Listen Attend Understand regularization and our [E2E-ST model](https://huggingface.co/anonymousnowhere/st-soloni-114m-tdt-ctc).
The audio is from jeli-asr test set; the regularization loss weight lambda in the paper is represented by the character "k" in the fields of this dataset, each field represent a model with a specific decoding strategy (CTC or TDT)