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 +1 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Xcodec2Model"
|
| 4 |
],
|
|
@@ -33,7 +34,6 @@
|
|
| 33 |
4,
|
| 34 |
4
|
| 35 |
],
|
| 36 |
-
"resnet_dropout": 0.1,
|
| 37 |
"rms_norm_eps": 1e-06,
|
| 38 |
"rope_parameters": {
|
| 39 |
"rope_theta": 10000.0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation_dropout": 0.1,
|
| 3 |
"architectures": [
|
| 4 |
"Xcodec2Model"
|
| 5 |
],
|
|
|
|
| 34 |
4,
|
| 35 |
4
|
| 36 |
],
|
|
|
|
| 37 |
"rms_norm_eps": 1e-06,
|
| 38 |
"rope_parameters": {
|
| 39 |
"rope_theta": 10000.0,
|