Instructions to use Steveeeeeeen/XCodec2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Steveeeeeeen/XCodec2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Steveeeeeeen/XCodec2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -5,6 +5,6 @@
|
|
| 5 |
"overlap": null,
|
| 6 |
"padding_side": "right",
|
| 7 |
"padding_value": 0.0,
|
| 8 |
-
"return_attention_mask":
|
| 9 |
"sampling_rate": 16000
|
| 10 |
}
|
|
|
|
| 5 |
"overlap": null,
|
| 6 |
"padding_side": "right",
|
| 7 |
"padding_value": 0.0,
|
| 8 |
+
"return_attention_mask": false,
|
| 9 |
"sampling_rate": 16000
|
| 10 |
}
|