Instructions to use duclee9x/wav2vec2-voa-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use duclee9x/wav2vec2-voa-example with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="duclee9x/wav2vec2-voa-example")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("duclee9x/wav2vec2-voa-example") model = AutoModelForCTC.from_pretrained("duclee9x/wav2vec2-voa-example") - Notebooks
- Google Colab
- Kaggle
add tokenizer
Browse files
runs/May26_07-38-56_f880db399696/1653550806.809234/events.out.tfevents.1653550806.f880db399696.72.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93e8b963a67312b2b3a77917fcebdca0a2d4eae3d167bd4cd6c2105bfa7e1803
|
| 3 |
+
size 5174
|
runs/May26_07-38-56_f880db399696/events.out.tfevents.1653550806.f880db399696.72.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2822baa3bcf0c8b4fdec875afd6e87f5cf45bef0750e3d3b97506c2613412409
|
| 3 |
+
size 5197
|