MaggiePai commited on
Commit
6b607aa
1 Parent(s): a2947e0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +128 -0
README.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_-20dB
32
+ dtype: audio
33
+ - name: noisy_10dB_transcription_whisper-small.en
34
+ dtype: string
35
+ - name: noisy_5dB_transcription_whisper-small.en
36
+ dtype: string
37
+ - name: noisy_0dB_transcription_whisper-small.en
38
+ dtype: string
39
+ - name: noisy_-5dB_transcription_whisper-small.en
40
+ dtype: string
41
+ - name: noisy_-10dB_transcription_whisper-small.en
42
+ dtype: string
43
+ - name: noisy_10dB_transcription_whisper-medium.en
44
+ dtype: string
45
+ - name: noisy_5dB_transcription_whisper-medium.en
46
+ dtype: string
47
+ - name: noisy_0dB_transcription_whisper-medium.en
48
+ dtype: string
49
+ - name: noisy_-5dB_transcription_whisper-medium.en
50
+ dtype: string
51
+ - name: noisy_-10dB_transcription_whisper-medium.en
52
+ dtype: string
53
+ - name: noisy_10dB_transcription_whisper-large-v3
54
+ dtype: string
55
+ - name: noisy_5dB_transcription_whisper-large-v3
56
+ dtype: string
57
+ - name: noisy_0dB_transcription_whisper-large-v3
58
+ dtype: string
59
+ - name: noisy_-5dB_transcription_whisper-large-v3
60
+ dtype: string
61
+ - name: noisy_-10dB_transcription_whisper-large-v3
62
+ dtype: string
63
+ - name: output
64
+ dtype: string
65
+ - name: clean_audio_transcription_whisper-small.en
66
+ dtype: string
67
+ - name: clean_audio_transcription_whisper-medium.en
68
+ dtype: string
69
+ - name: clean_audio_transcription_whisper-large-v3
70
+ dtype: string
71
+ - name: clean_audio_unit
72
+ sequence:
73
+ sequence: int64
74
+ - name: noisy_10dB_unit
75
+ sequence:
76
+ sequence: int64
77
+ - name: noisy_5dB_unit
78
+ sequence:
79
+ sequence: int64
80
+ - name: noisy_0dB_unit
81
+ sequence:
82
+ sequence: int64
83
+ - name: noisy_-5dB_unit
84
+ sequence:
85
+ sequence: int64
86
+ - name: noisy_-10dB_unit
87
+ sequence:
88
+ sequence: int64
89
+ splits:
90
+ - name: encodec_24k_12bps
91
+ num_bytes: 2569154395.85
92
+ num_examples: 5135
93
+ - name: encodec_24k_1_5bps
94
+ num_bytes: 1300320619.85
95
+ num_examples: 5135
96
+ - name: encodec_24k_24bps
97
+ num_bytes: 4019250139.85
98
+ num_examples: 5135
99
+ - name: encodec_24k_3bps
100
+ num_bytes: 1481582587.85
101
+ num_examples: 5135
102
+ - name: encodec_24k_6bps
103
+ num_bytes: 1844106523.85
104
+ num_examples: 5135
105
+ - name: funcodec_en_libritts_16k_gr1nq32ds320
106
+ num_bytes: 3055196635.85
107
+ num_examples: 5135
108
+ - name: funcodec_en_libritts_16k_gr8nq32ds320
109
+ num_bytes: 3055196635.85
110
+ num_examples: 5135
111
+ - name: funcodec_en_libritts_16k_nq32ds320
112
+ num_bytes: 3055052251.85
113
+ num_examples: 5135
114
+ - name: funcodec_en_libritts_16k_nq32ds640
115
+ num_bytes: 2090981851.85
116
+ num_examples: 5135
117
+ - name: funcodec_zh_en_16k_nq32ds320
118
+ num_bytes: 3055052251.85
119
+ num_examples: 5135
120
+ - name: funcodec_zh_en_16k_nq32ds640
121
+ num_bytes: 2090981851.85
122
+ num_examples: 5135
123
+ download_size: 13654553512
124
+ dataset_size: 27616875746.349995
125
+ ---
126
+ # Dataset Card for "MUSAN-speech_unit_part2"
127
+
128
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)