Instructions to use TheRamsay/wav2vec2-ctc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheRamsay/wav2vec2-ctc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="TheRamsay/wav2vec2-ctc")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("TheRamsay/wav2vec2-ctc") model = AutoModelForCTC.from_pretrained("TheRamsay/wav2vec2-ctc") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- training_args.bin +1 -1
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bfafd9ee79459acfdc7195ceefdf3f625ca40437e586859a4bee6076728d433
|
| 3 |
size 5176
|