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 checkpoint/epoch=2-step=1712500.ckpt with huggingface_hub
Browse files
checkpoint/epoch=2-step=1712500.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e65d797086e1275da3ca16d1f68b0f260b9edcfc1a8434cd375b72e6c197301b
|
| 3 |
+
size 5144889455
|