s3prl/superb
Viewer • Updated • 304k • 875 • 32
How to use Puyush/wav2vec2-base-speech-recoginition with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Puyush/wav2vec2-base-speech-recoginition") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("Puyush/wav2vec2-base-speech-recoginition")
model = AutoModelForCTC.from_pretrained("Puyush/wav2vec2-base-speech-recoginition")This model is a fine-tuned version of facebook/wav2vec2-base on the superb dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 2.9304 | 1.85 | 500 | 4.0532 | 0.9985 |
Base model
facebook/wav2vec2-base