Instructions to use light-lps/wav2vec2-timit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use light-lps/wav2vec2-timit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="light-lps/wav2vec2-timit")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("light-lps/wav2vec2-timit") model = AutoModelForCTC.from_pretrained("light-lps/wav2vec2-timit") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1261946568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9979b6c71c4345723945c5b550d4077ea75fc245ab54b46a7bb3509ee2913635
|
| 3 |
size 1261946568
|
runs/Apr24_19-52-43_d899ceb25b10/events.out.tfevents.1713988482.d899ceb25b10.159.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad56eb7f20081bd650e89a73aa9dee59a955eb7d217efdd908b011be11c09bad
|
| 3 |
+
size 7666
|