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-41-02_TUF/1648752126.2839324/events.out.tfevents.1648752126.TUF.8312.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b151490c3f5f8f878c13c7b43b171dcb33ae05f6673e1691b0e429099ab8523d
|
| 3 |
+
size 4778
|
runs/Mar31_11-41-02_TUF/events.out.tfevents.1648752126.TUF.8312.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd031872a0b756b2ddf872d87e5553250c9d5fbb261516072aed06c705b977e1
|
| 3 |
+
size 4994
|