Instructions to use schism-audio/basic-pitch-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use schism-audio/basic-pitch-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir basic-pitch-mlx schism-audio/basic-pitch-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "model_type": "basic-pitch", | |
| "sample_rate": 22050, | |
| "fft_hop": 256, | |
| "audio_n_samples": 43844, | |
| "annot_n_frames": 172, | |
| "n_harmonics": 8, | |
| "bins_per_semitone": 3, | |
| "n_freq_bins_notes": 88, | |
| "n_freq_bins_contours": 264, | |
| "cqt_n_bins": 309, | |
| "cqt_bins_per_octave": 36, | |
| "cqt_n_octaves": 9, | |
| "cqt_kernel_length": 256, | |
| "fmin": 27.5, | |
| "n_overlapping_frames": 30, | |
| "torch_dtype": "float32", | |
| "source_model": "spotify/basic-pitch nmp.onnx (ICASSP 2022 checkpoint, commit fa5997af)", | |
| "source_sha256": "2c3c1d144bfa61ad236e92e169c13535c880469a12a047d4e73451f2c059a0ec" | |
| } |