Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
Belarusian
whisper
whisper-event
Generated from Trainer
Eval Results (legacy)
Instructions to use ales/whisper-tiny-be-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ales/whisper-tiny-be-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ales/whisper-tiny-be-test")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("ales/whisper-tiny-be-test") model = AutoModelForSpeechSeq2Seq.from_pretrained("ales/whisper-tiny-be-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
run_debug.sh
CHANGED
|
@@ -34,13 +34,9 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
| 34 |
\
|
| 35 |
--do_train \
|
| 36 |
--do_eval \
|
| 37 |
-
--overwrite_output_dir \
|
| 38 |
--predict_with_generate \
|
| 39 |
--do_normalize_eval \
|
| 40 |
--streaming \
|
| 41 |
--use_auth_token \
|
| 42 |
--push_to_hub \
|
| 43 |
-
--hub_model_id="ales/whisper-tiny-be-test"
|
| 44 |
-
\
|
| 45 |
-
| tee -a train.log
|
| 46 |
-
|
|
|
|
| 34 |
\
|
| 35 |
--do_train \
|
| 36 |
--do_eval \
|
|
|
|
| 37 |
--predict_with_generate \
|
| 38 |
--do_normalize_eval \
|
| 39 |
--streaming \
|
| 40 |
--use_auth_token \
|
| 41 |
--push_to_hub \
|
| 42 |
+
--hub_model_id="ales/whisper-tiny-be-test"
|
|
|
|
|
|
|
|
|
runs/Dec12_19-20-12_13ea4557542f/1670872843.1869168/events.out.tfevents.1670872843.13ea4557542f.7255.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f37caee3864d1dc16dfae68c9cad683c0b572cf6f6971a2e22031635752389
|
| 3 |
+
size 5883
|
runs/Dec12_19-20-12_13ea4557542f/events.out.tfevents.1670872843.13ea4557542f.7255.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:331a9b0defce0db7fc88bdf9031bd8c810788fa83a98cc87dd071c7cc92cf27a
|
| 3 |
+
size 4618
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db03864aa3206e20c903fffdc52ce446fb1e4e99cb65a6c2a295668fd0cb6256
|
| 3 |
size 3643
|