Instructions to use hf-internal-testing/tiny-random-WavLMForXVector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-WavLMForXVector with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioXVector processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-WavLMForXVector") model = AutoModelForAudioXVector.from_pretrained("hf-internal-testing/tiny-random-WavLMForXVector") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72a360f7992e7f83cb4e8eb57fd93f93724ba4a52f53cf0c6a43db6b583f278f
|
| 3 |
+
size 161536
|