Instructions to use eustlb/higgs-v2-archive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eustlb/higgs-v2-archive with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="eustlb/higgs-v2-archive")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("eustlb/higgs-v2-archive") model = AutoModelForTextToWaveform.from_pretrained("eustlb/higgs-v2-archive") - Notebooks
- Google Colab
- Kaggle
| { | |
| "feature_extractor_type": "DacFeatureExtractor", | |
| "feature_size": 1, | |
| "hop_length": 1, | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "processor_class": "HiggsAudioProcessor", | |
| "return_attention_mask": true, | |
| "sampling_rate": 24000 | |
| } | |