File size: 976 Bytes
2e0fa31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b86022
2e0fa31
8b86022
 
2e0fa31
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sample_id
    dtype: string
  - name: dataset_id
    dtype: string
  - name: subset_id
    dtype: string
  - name: reference
    dtype: string
  - name: hypothesis
    dtype: string
  - name: system_id
    dtype: string
  - name: wer
    dtype: float64
  - name: cer
    dtype: float64
  - name: error_type
    dtype: string
  - name: severity
    dtype: int64
  - name: audio_quality_ok
    dtype: bool
  - name: reference_correct
    dtype: bool
  - name: notes
    dtype: string
  - name: annotator_id
    dtype: string
  - name: llm_error_categories
    sequence: string
  - name: llm_severity
    dtype: string
  - name: llm_confidence
    dtype: float64
  - name: llm_model_id
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 4674
    num_examples: 11
  download_size: 11429
  dataset_size: 4674
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---