Instructions to use ChicFusion/birthdays156th with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChicFusion/birthdays156th with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="ChicFusion/birthdays156th")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("ChicFusion/birthdays156th", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update Configuration
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ParlerTTSForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ChicFusion/birthdays156th",
|
| 3 |
"architectures": [
|
| 4 |
"ParlerTTSForConditionalGeneration"
|
| 5 |
],
|