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/Mar30_16-56-43_TUF/1648684667.3717291/events.out.tfevents.1648684667.TUF.31064.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d300340dfb7afcd5a8f61410cfbd3c24b89e2ec08f65f382e63a2491bbab3802
|
| 3 |
+
size 4778
|
runs/Mar30_16-56-43_TUF/events.out.tfevents.1648684667.TUF.31064.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f544d81485150096835e1bc01f8558c608f725a4ff2e2794007366407f9aeb6
|
| 3 |
+
size 4995
|