Instructions to use Manel/Vocos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manel/Vocos with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Manel/Vocos", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "feature_extractor_type": "VocosFeatureExtractor", | |
| "feature_size": 100, | |
| "hop_length": 256, | |
| "n_fft": 1024, | |
| "num_mel_bins": 100, | |
| "padding": "center", | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "return_attention_mask": false, | |
| "sampling_rate": 24000 | |
| } | |