Instructions to use AlanRobotics/whisper-small-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanRobotics/whisper-small-ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AlanRobotics/whisper-small-ru")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("AlanRobotics/whisper-small-ru") model = AutoModelForSpeechSeq2Seq.from_pretrained("AlanRobotics/whisper-small-ru") - Notebooks
- Google Colab
- Kaggle
Commit ·
9079285
1
Parent(s): 9b6fe52
Training in progress, step 4000
Browse files- pytorch_model.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 967102729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6d0aa8bdb49938dac8d034955aa3262e4ac7c25b325baf6ce6ccf644bc5d059
|
| 3 |
size 967102729
|