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