Instructions to use hf-internal-testing/tiny-random-wav2vec2-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-wav2vec2-adapter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hf-internal-testing/tiny-random-wav2vec2-adapter")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("hf-internal-testing/tiny-random-wav2vec2-adapter") model = AutoModelForCTC.from_pretrained("hf-internal-testing/tiny-random-wav2vec2-adapter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
34f454b
1
Parent(s): c799d13
[MMS] Fix mms
Browse files- adapter.fr.bin +3 -0
adapter.fr.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7817ea818aa16f037862374ac58460af30c822c1b125120054113b9d17ee712c
|
| 3 |
+
size 21419
|