beat-this-mlx / config.json
zkeown's picture
Upload folder using huggingface_hub
e7fd8aa verified
Raw
History Blame Contribute Delete
498 Bytes
{
"model_type": "beat_this",
"spect_dim": 128,
"transformer_dim": 512,
"ff_mult": 4,
"n_layers": 6,
"head_dim": 32,
"stem_dim": 32,
"rope_base": 10000.0,
"sample_rate": 22050,
"n_fft": 1024,
"hop_length": 441,
"f_min": 30.0,
"f_max": 11000.0,
"log_multiplier": 1000.0,
"fps": 50,
"chunk_size": 1500,
"border_size": 6,
"torch_dtype": "float32",
"source_model": "CPJKU/beat_this checkpoint final0 (https://cloud.cp.jku.at/public.php/dav/files/7ik4RrBKTS273gp)"
}