Instructions to use Scicom-intl/xcodec2-25TPS-24k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Scicom-intl/xcodec2-25TPS-24k with Transformers:
# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("Scicom-intl/xcodec2-25TPS-24k", trust_remote_code=True) model = AutoModel.from_pretrained("Scicom-intl/xcodec2-25TPS-24k", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3301612648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:189b7813bd3d8472452a2c2423004dac6420c7b6f84306760099e9b4873b3bc9
|
| 3 |
size 3301612648
|