File size: 331 Bytes
ae07fd2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"chunk_length": 30,
"feature_extractor_type": "MusicgenMelodyFeatureExtractor",
"feature_size": 12,
"hop_length": 4096,
"n_fft": 16384,
"n_samples": 960000,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "MusicgenMelodyProcessor",
"return_attention_mask": false,
"sampling_rate": 32000
}
|