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
|
@@ -122,6 +122,5 @@
|
|
| 122 |
"vocab_size": null,
|
| 123 |
"xvector_output_dim": 512
|
| 124 |
},
|
| 125 |
-
"semantic_model_id": "facebook/w2v-bert-2.0",
|
| 126 |
"transformers_version": "5.3.0.dev0"
|
| 127 |
}
|
|
|
|
| 122 |
"vocab_size": null,
|
| 123 |
"xvector_output_dim": 512
|
| 124 |
},
|
|
|
|
| 125 |
"transformers_version": "5.3.0.dev0"
|
| 126 |
}
|