Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use internalhell/wav2vec2-russian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use internalhell/wav2vec2-russian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="internalhell/wav2vec2-russian")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("internalhell/wav2vec2-russian") model = AutoModelForSpeechSeq2Seq.from_pretrained("internalhell/wav2vec2-russian") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 626
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1261967380
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29f6999838e3b1ea5905c7069d5f8aa0115c5390f26e8dc5673be1d76d222ca5
|
| 3 |
size 1261967380
|