Instructions to use anyspeech/clap-ipa-tiny-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anyspeech/clap-ipa-tiny-speech with Transformers:
# Load model directly from transformers import AutoProcessor, SpeechEncoder processor = AutoProcessor.from_pretrained("anyspeech/clap-ipa-tiny-speech") model = SpeechEncoder.from_pretrained("anyspeech/clap-ipa-tiny-speech") - Notebooks
- Google Colab
- Kaggle
Upload SpeechEncoder
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
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:2e08cccc116fc60b0f10a3fc3368b5ecef751b1cb063c70d86d8613a16c250ab
|
| 3 |
+
size 33446400
|