Instructions to use chrisvinsen/wav2vec2-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisvinsen/wav2vec2-2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="chrisvinsen/wav2vec2-2")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("chrisvinsen/wav2vec2-2") model = AutoModelForCTC.from_pretrained("chrisvinsen/wav2vec2-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1d3a87d
1
Parent(s): d636eee
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 377656855
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcb982d6c85a63750792d75ed3592695fea2e6bed832592b67482e58d920168f
|
| 3 |
size 377656855
|
runs/May22_06-52-33_6d1cc8a88b90/events.out.tfevents.1653202453.6d1cc8a88b90.82.4
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:861c1a552757a7d9c4e2c30004447a737fbaa1017739b973a190515773ede750
|
| 3 |
+
size 19294
|