Instructions to use slprl/mhubert-base-25hz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slprl/mhubert-base-25hz with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="slprl/mhubert-base-25hz")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("slprl/mhubert-base-25hz") model = AutoModel.from_pretrained("slprl/mhubert-base-25hz") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f9e1643ff7f660f735e0b5ca0442ca8fd87f6193d36a4010a58798763761db0
|
| 3 |
+
size 379620080
|