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
Update generation_config.json
Browse files- generation_config.json +0 -1
generation_config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"do_sample": true,
|
| 5 |
"eos_token_id": 128009,
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"bos_token_id": 1,
|
| 3 |
"do_sample": true,
|
| 4 |
"eos_token_id": 128009,
|