Instructions to use AlanRobotics/whisper-tiny-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlanRobotics/whisper-tiny-ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AlanRobotics/whisper-tiny-ru")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("AlanRobotics/whisper-tiny-ru") model = AutoModelForSpeechSeq2Seq.from_pretrained("AlanRobotics/whisper-tiny-ru") - Notebooks
- Google Colab
- Kaggle
Commit ·
adee561
1
Parent(s): d6a9c69
Training in progress, step 1000
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 151099049
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd7bc76cf281621104c39f2af457ec2de38ab8e5a6a6a8b6a1c8694df0893434
|
| 3 |
size 151099049
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4155
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:207cbd4211a5ec3e8368e4bc657c3e078d13c3f8c32c72a6c515cccaa5fe418f
|
| 3 |
size 4155
|