Instructions to use bezzam/xcodec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bezzam/xcodec2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="bezzam/xcodec2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bezzam/xcodec2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -17,7 +17,6 @@
|
|
| 17 |
"head_dim": 64,
|
| 18 |
"hidden_act": "silu",
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
-
"istft_padding": "same",
|
| 21 |
"max_position_embeddings": 4096,
|
| 22 |
"model_type": "xcodec2",
|
| 23 |
"num_attention_heads": 16,
|
|
|
|
| 17 |
"head_dim": 64,
|
| 18 |
"hidden_act": "silu",
|
| 19 |
"initializer_range": 0.02,
|
|
|
|
| 20 |
"max_position_embeddings": 4096,
|
| 21 |
"model_type": "xcodec2",
|
| 22 |
"num_attention_heads": 16,
|