Automatic Speech Recognition
Transformers
PyTorch
Hebrew
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use Alex2575/aleksis_heb_tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alex2575/aleksis_heb_tiny with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Alex2575/aleksis_heb_tiny")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Alex2575/aleksis_heb_tiny") model = AutoModelForMultimodalLM.from_pretrained("Alex2575/aleksis_heb_tiny") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
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:33bca741d79b55d00a2f9766e95e0440a87ef95e7647579016811873e254a7b1
|
| 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 4219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bca3cd3777cf308641f3f1da9971c7f4d445c56fd051e3f30c5dbac0804fe92b
|
| 3 |
size 4219
|