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- 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 3291056096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55f14a370b56875aca1f07220fed76d35927d7fd86d6106a7c2c9e0caede2029
|
| 3 |
size 3291056096
|