Instructions to use modhp/wav2vec2-model1-torgo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use modhp/wav2vec2-model1-torgo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="modhp/wav2vec2-model1-torgo")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("modhp/wav2vec2-model1-torgo") model = AutoModelForCTC.from_pretrained("modhp/wav2vec2-model1-torgo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
add tokenizer
Browse files
runs/Mar31_11-51-42_TUF/1648752717.2974126/events.out.tfevents.1648752717.TUF.20832.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acf440d68495a56276b02bcf2059690e32039934f58d0ea3de279473d36d1584
|
| 3 |
+
size 4778
|
runs/Mar31_11-51-42_TUF/events.out.tfevents.1648752717.TUF.20832.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cfe27b078b112b7dfbd2d3f82b66b8b9a68599a81d611328181cac09b55bc30
|
| 3 |
+
size 4995
|