Instructions to use descript/dac_24khz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use descript/dac_24khz with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="descript/dac_24khz")# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("descript/dac_24khz") model = AutoModel.from_pretrained("descript/dac_24khz") - Inference
- Notebooks
- Google Colab
- Kaggle
hop_length wrong
#5
by TyJaJa - opened
in config.json
"hop_length": 512,
should be 320, the model still work i guess because it use the [2, 4, 5, 8] ratios so the hop_length in the config is just metadata