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-38-19_TUF/1648683564.9666207/events.out.tfevents.1648683564.TUF.42120.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc4435532268f625278a1e9104966a020743133513347d356cd1fcd910baf275
|
| 3 |
+
size 4778
|
runs/Mar30_16-38-19_TUF/events.out.tfevents.1648683564.TUF.42120.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a48b9d64d129aa3634527c8329649229625a9661bb87ee8a6fdde89726eeb48
|
| 3 |
+
size 4996
|