| { | |
| "sampling_rate": 16000, | |
| "feature_size": 128, | |
| "frame_length": 320, | |
| "hop_length": 160, | |
| "fft_length": 512, | |
| "mel_floor": 1e-05, | |
| "min_frequency": 0, | |
| "max_frequency": 8000, | |
| "log_offset": 0.001, | |
| "preemphasis": 0.97, | |
| "mel_frames": 1000, | |
| "num_tokens": 250, | |
| "audio_token_id": 258881, | |
| "boa_token_id": 256000, | |
| "eoa_token_id": 258883, | |
| "ms_per_token": 40, | |
| "quantization": "int8" | |
| } |