File size: 2,161 Bytes
7d5f69f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
configs:
- config_name: default
  data_files:
  - split: encodec_24k_6bps
    path: data/encodec_24k_6bps-*
dataset_info:
  features:
  - name: speech_input
    dtype: string
  - name: noisy_10dB_transcription_whisper-small.en
    dtype: string
  - name: noisy_5dB_transcription_whisper-small.en
    dtype: string
  - name: noisy_0dB_transcription_whisper-small.en
    dtype: string
  - name: noisy_-5dB_transcription_whisper-small.en
    dtype: string
  - name: noisy_-10dB_transcription_whisper-small.en
    dtype: string
  - name: noisy_10dB_transcription_whisper-medium.en
    dtype: string
  - name: noisy_5dB_transcription_whisper-medium.en
    dtype: string
  - name: noisy_0dB_transcription_whisper-medium.en
    dtype: string
  - name: noisy_-5dB_transcription_whisper-medium.en
    dtype: string
  - name: noisy_-10dB_transcription_whisper-medium.en
    dtype: string
  - name: noisy_10dB_transcription_whisper-large-v3
    dtype: string
  - name: noisy_5dB_transcription_whisper-large-v3
    dtype: string
  - name: noisy_0dB_transcription_whisper-large-v3
    dtype: string
  - name: noisy_-5dB_transcription_whisper-large-v3
    dtype: string
  - name: noisy_-10dB_transcription_whisper-large-v3
    dtype: string
  - name: output
    dtype: string
  - name: clean_audio_transcription_whisper-small.en
    dtype: string
  - name: clean_audio_transcription_whisper-medium.en
    dtype: string
  - name: clean_audio_transcription_whisper-large-v3
    dtype: string
  - name: clean_audio_unit
    sequence:
      sequence: int64
  - name: noisy_10dB_unit
    sequence:
      sequence: int64
  - name: noisy_5dB_unit
    sequence:
      sequence: int64
  - name: noisy_0dB_unit
    sequence:
      sequence: int64
  - name: noisy_-5dB_unit
    sequence:
      sequence: int64
  - name: noisy_-10dB_unit
    sequence:
      sequence: int64
  splits:
  - name: encodec_24k_6bps
    num_bytes: 737171265
    num_examples: 5135
  download_size: 120747660
  dataset_size: 737171265
---
# Dataset Card for "Gaussian_unit"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)