Audio Classification
MLX
Safetensors
beat_this
apple-silicon
beat-tracking
downbeat-tracking
tempo-estimation
beat-this
music-information-retrieval
schism-mlx
Instructions to use schism-audio/beat-this-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use schism-audio/beat-this-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir beat-this-mlx schism-audio/beat-this-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "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)" | |
| } |