MaggiePai commited on
Commit
61383ed
·
verified ·
1 Parent(s): 2fb236f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +126 -0
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: encodec_24k_12bps
6
+ path: data/encodec_24k_12bps-*
7
+ - split: encodec_24k_1_5bps
8
+ path: data/encodec_24k_1_5bps-*
9
+ - split: encodec_24k_24bps
10
+ path: data/encodec_24k_24bps-*
11
+ - split: encodec_24k_3bps
12
+ path: data/encodec_24k_3bps-*
13
+ - split: encodec_24k_6bps
14
+ path: data/encodec_24k_6bps-*
15
+ - split: funcodec_en_libritts_16k_gr1nq32ds320
16
+ path: data/funcodec_en_libritts_16k_gr1nq32ds320-*
17
+ - split: funcodec_en_libritts_16k_gr8nq32ds320
18
+ path: data/funcodec_en_libritts_16k_gr8nq32ds320-*
19
+ - split: funcodec_en_libritts_16k_nq32ds320
20
+ path: data/funcodec_en_libritts_16k_nq32ds320-*
21
+ - split: funcodec_en_libritts_16k_nq32ds640
22
+ path: data/funcodec_en_libritts_16k_nq32ds640-*
23
+ - split: funcodec_zh_en_16k_nq32ds320
24
+ path: data/funcodec_zh_en_16k_nq32ds320-*
25
+ - split: funcodec_zh_en_16k_nq32ds640
26
+ path: data/funcodec_zh_en_16k_nq32ds640-*
27
+ dataset_info:
28
+ features:
29
+ - name: speech_input
30
+ dtype: string
31
+ - name: noisy_10dB_transcription_whisper-small.en
32
+ dtype: string
33
+ - name: noisy_5dB_transcription_whisper-small.en
34
+ dtype: string
35
+ - name: noisy_0dB_transcription_whisper-small.en
36
+ dtype: string
37
+ - name: noisy_-5dB_transcription_whisper-small.en
38
+ dtype: string
39
+ - name: noisy_-10dB_transcription_whisper-small.en
40
+ dtype: string
41
+ - name: noisy_10dB_transcription_whisper-medium.en
42
+ dtype: string
43
+ - name: noisy_5dB_transcription_whisper-medium.en
44
+ dtype: string
45
+ - name: noisy_0dB_transcription_whisper-medium.en
46
+ dtype: string
47
+ - name: noisy_-5dB_transcription_whisper-medium.en
48
+ dtype: string
49
+ - name: noisy_-10dB_transcription_whisper-medium.en
50
+ dtype: string
51
+ - name: noisy_10dB_transcription_whisper-large-v3
52
+ dtype: string
53
+ - name: noisy_5dB_transcription_whisper-large-v3
54
+ dtype: string
55
+ - name: noisy_0dB_transcription_whisper-large-v3
56
+ dtype: string
57
+ - name: noisy_-5dB_transcription_whisper-large-v3
58
+ dtype: string
59
+ - name: noisy_-10dB_transcription_whisper-large-v3
60
+ dtype: string
61
+ - name: output
62
+ dtype: string
63
+ - name: clean_audio_transcription_whisper-small.en
64
+ dtype: string
65
+ - name: clean_audio_transcription_whisper-medium.en
66
+ dtype: string
67
+ - name: clean_audio_transcription_whisper-large-v3
68
+ dtype: string
69
+ - name: clean_audio_unit
70
+ sequence:
71
+ sequence: int64
72
+ - name: noisy_10dB_unit
73
+ sequence:
74
+ sequence: int64
75
+ - name: noisy_5dB_unit
76
+ sequence:
77
+ sequence: int64
78
+ - name: noisy_0dB_unit
79
+ sequence:
80
+ sequence: int64
81
+ - name: noisy_-5dB_unit
82
+ sequence:
83
+ sequence: int64
84
+ - name: noisy_-10dB_unit
85
+ sequence:
86
+ sequence: int64
87
+ splits:
88
+ - name: encodec_24k_12bps
89
+ num_bytes: 1462219137
90
+ num_examples: 5135
91
+ - name: encodec_24k_1_5bps
92
+ num_bytes: 193385361
93
+ num_examples: 5135
94
+ - name: encodec_24k_24bps
95
+ num_bytes: 2912314881
96
+ num_examples: 5135
97
+ - name: encodec_24k_3bps
98
+ num_bytes: 374647329
99
+ num_examples: 5135
100
+ - name: encodec_24k_6bps
101
+ num_bytes: 737171265
102
+ num_examples: 5135
103
+ - name: funcodec_en_libritts_16k_gr1nq32ds320
104
+ num_bytes: 1948261377
105
+ num_examples: 5135
106
+ - name: funcodec_en_libritts_16k_gr8nq32ds320
107
+ num_bytes: 1948261377
108
+ num_examples: 5135
109
+ - name: funcodec_en_libritts_16k_nq32ds320
110
+ num_bytes: 1948116993
111
+ num_examples: 5135
112
+ - name: funcodec_en_libritts_16k_nq32ds640
113
+ num_bytes: 984046593
114
+ num_examples: 5135
115
+ - name: funcodec_zh_en_16k_nq32ds320
116
+ num_bytes: 1948116993
117
+ num_examples: 5135
118
+ - name: funcodec_zh_en_16k_nq32ds640
119
+ num_bytes: 984046593
120
+ num_examples: 5135
121
+ download_size: 2472709354
122
+ dataset_size: 15440587899
123
+ ---
124
+ # Dataset Card for "Gaussian_unit_part2"
125
+
126
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)