Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use MarioNapoli/DynamicWav2Vec_TEST_10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MarioNapoli/DynamicWav2Vec_TEST_10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="MarioNapoli/DynamicWav2Vec_TEST_10")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("MarioNapoli/DynamicWav2Vec_TEST_10") model = AutoModelForCTC.from_pretrained("MarioNapoli/DynamicWav2Vec_TEST_10", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
27278f8
1
Parent(s): 7e60dfc
Training in progress, step 400
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1426108141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d22e1665da017f213d3447c71a587913a9a37f3513848274048c654ab14f9d74
|
| 3 |
size 1426108141
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f856fa7e1145d68a4f1b0615ac31bdbb8cde551e442446e730e5e806061c21c8
|
| 3 |
size 4027
|