Instructions to use Hanhpt23/whisper-small-multimed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hanhpt23/whisper-small-multimed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Hanhpt23/whisper-small-multimed")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Hanhpt23/whisper-small-multimed") model = AutoModelForSpeechSeq2Seq.from_pretrained("Hanhpt23/whisper-small-multimed") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad8f0a8cd5f9ccfdc3f9b705050008d7da3cdb10d67fcc38a670cb6ddf6e5f49
|
| 3 |
size 966995080
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb9364b7df045ccec6ec578d85e6307da30f27a11ec346b483d2336616a2224e
|
| 3 |
size 5240
|